You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/05/30 03:55:09 UTC

svn commit: r780159 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java

Author: jvanzyl
Date: Sat May 30 01:55:08 2009
New Revision: 780159

URL: http://svn.apache.org/viewvc?rev=780159&view=rev
Log:
o the reporting and site are not default parts of maven, wholly contained in its own plugin

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java?rev=780159&r1=780158&r2=780159&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java Sat May 30 01:55:08 2009
@@ -50,7 +50,7 @@
         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" );
         }