From 201a6f586745cc486981dedf8bdbac32444d4915 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sat, 30 May 2009 01:55:08 +0000 Subject: [PATCH] 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 --- .../java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java index 9dd63943fd..48180d0c14 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0132PomLifecycleTest.java @@ -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" ); }