You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/08/16 18:40:35 UTC

svn commit: r804715 - in /maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails: ./ invoker.properties pom.xml

Author: bentmann
Date: Sun Aug 16 16:40:35 2009
New Revision: 804715

URL: http://svn.apache.org/viewvc?rev=804715&view=rev
Log:
[MINVOKER-91] Decouple test execution from build failure
Submitted by: Stephen Connolly

o Added previously missed IT

Added:
    maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/
      - copied from r804642, maven/plugins/trunk/maven-invoker-plugin/src/it/fail-build/
Removed:
    maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/invoker.properties
Modified:
    maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/pom.xml?rev=804715&r1=804642&r2=804715&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/it/integration-test-never-fails/pom.xml Sun Aug 16 16:40:35 2009
@@ -23,11 +23,11 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins.invoker</groupId>
-  <artifactId>fail-build</artifactId>
+  <artifactId>integration-test-never-fails</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <description>Test to check that a failure in the forked Maven build fails the parent build, too.</description>
+  <description>Test to check that a failure in the forked Maven build does not fail the parent build.</description>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -54,7 +54,7 @@
             <id>integration-test</id>
             <phase>initialize</phase>
             <goals>
-              <goal>run</goal>
+              <goal>integration-test</goal>
             </goals>
           </execution>
         </executions>