mirror of https://github.com/apache/maven.git
o the reporting and site are not default parts of maven, wholly contained in its own plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@780159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78dffb6534
commit
201a6f5867
|
@ -50,7 +50,7 @@ public class MavenIT0132PomLifecycleTest
|
|||
verifier.deleteDirectory( "target" );
|
||||
verifier.setAutoclean( false );
|
||||
verifier.executeGoal( "deploy" );
|
||||
if ( matchesVersionRange( "(2.0.1,)" ) )
|
||||
if ( matchesVersionRange( "(2.0.1,3.0-alpha-1)" ) )
|
||||
{
|
||||
verifier.assertFilePresent( "target/site-attach-descriptor.txt" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue