You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2015/05/09 18:58:50 UTC

svn commit: r1678502 - /maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml

Author: rfscholte
Date: Sat May  9 16:58:49 2015
New Revision: 1678502

URL: http://svn.apache.org/r1678502
Log:
Fix IT: somehow 1.x accepted to install the project, even though there was no jar (due to binding the goals to the initialize phase). Discovered when moving to pure M3 solution with Aether and maven-artifact-transfer

Modified:
    maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml

Modified: maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml?rev=1678502&r1=1678501&r2=1678502&view=diff
==============================================================================
--- maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml (original)
+++ maven/plugins/branches/m-invoker-p-3.0/src/it/multiEnvVar/pom.xml Sat May  9 16:58:49 2015
@@ -28,6 +28,7 @@ under the License.
   <version>0.1-SNAPSHOT</version>
   <name>Maven Environment Test</name>
   <description>Maven Invoker tests for environment variable setting</description>
+  <packaging>pom</packaging>
 
   <url>http://jira.codehaus.org/browse/MINVOKER-155</url>
   
@@ -47,7 +48,6 @@ under the License.
         </configuration>
         <executions>
           <execution>
-            <phase>initialize</phase>
             <goals>
               <goal>install</goal>
               <goal>run</goal>