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:
Jason van Zyl 2009-05-30 01:55:08 +00:00
parent 78dffb6534
commit 201a6f5867
1 changed files with 1 additions and 1 deletions

View File

@ -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" );
}