You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/21 19:17:14 UTC

svn commit: r1596629 - /maven/shared/trunk/maven-dependency-tree/pom.xml

Author: hboutemy
Date: Wed May 21 17:17:13 2014
New Revision: 1596629

URL: http://svn.apache.org/r1596629
Log:
directories organization to better show the intent: forgot to commit pom.xml modification...

Modified:
    maven/shared/trunk/maven-dependency-tree/pom.xml

Modified: maven/shared/trunk/maven-dependency-tree/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-dependency-tree/pom.xml?rev=1596629&r1=1596628&r2=1596629&view=diff
==============================================================================
--- maven/shared/trunk/maven-dependency-tree/pom.xml (original)
+++ maven/shared/trunk/maven-dependency-tree/pom.xml Wed May 21 17:17:13 2014
@@ -146,9 +146,9 @@
           <postBuildHookScript>verify</postBuildHookScript>
           <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
           <settingsFile>src/it/settings.xml</settingsFile>
-          <goals>
-            <goal>install</goal> <!-- So that the multi-module-plugin is installed into the integration-test repo -->
-          </goals>
+          <setupIncludes>
+            <setupInclude>reactor/multi-module-plugin/pom.xml</setupInclude>
+          </setupIncludes>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
           </pomIncludes>