directories organization to better show the intent: forgot to commit pom.xml modification...

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1596629 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8421bf1..499e044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>