You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/06/11 18:50:50 UTC

svn commit: r1747927 - /maven/shared/trunk/maven-project-utils/pom.xml

Author: khmarbaise
Date: Sat Jun 11 18:50:50 2016
New Revision: 1747927

URL: http://svn.apache.org/viewvc?rev=1747927&view=rev
Log:
[MSHARED-556] Cleanup invoker configuration don't configure defaults

Modified:
    maven/shared/trunk/maven-project-utils/pom.xml

Modified: maven/shared/trunk/maven-project-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/pom.xml?rev=1747927&r1=1747926&r2=1747927&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/pom.xml (original)
+++ maven/shared/trunk/maven-project-utils/pom.xml Sat Jun 11 18:50:50 2016
@@ -106,14 +106,9 @@ under the License.
               </execution>
             </executions>
             <configuration>
-              <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-              <postBuildHookScript>verify</postBuildHookScript>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <settingsFile>src/it/settings.xml</settingsFile>
-              <pomIncludes>
-                <pomInclude>*</pomInclude>
-              </pomIncludes>
             </configuration>
           </plugin>
         </plugins>