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 2012/08/26 22:28:45 UTC

svn commit: r1377510 - /maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml

Author: hboutemy
Date: Sun Aug 26 20:28:45 2012
New Revision: 1377510

URL: http://svn.apache.org/viewvc?rev=1377510&view=rev
Log:
removed configuration already inherited from parent

Modified:
    maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml?rev=1377510&r1=1377509&r2=1377510&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml Sun Aug 26 20:28:45 2012
@@ -147,30 +147,8 @@ under the License.
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
-              <projectsDirectory>src/it</projectsDirectory>
-              <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-              <pomIncludes>
-                <pomInclude>*/pom.xml</pomInclude>
-              </pomIncludes>
-              <postBuildHookScript>verify</postBuildHookScript>
-              <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
-              <goals>
-                <goal>clean</goal>
-                <goal>package</goal>
-              </goals>
-              <settingsFile>src/it/settings.xml</settingsFile>
-              <debug>true</debug>
               <addTestClassPath>true</addTestClassPath>
             </configuration>
-            <executions>
-              <execution>
-                <id>integration-test</id>
-                <goals>
-                  <goal>install</goal>
-                  <goal>integration-test</goal>
-                </goals>
-              </execution>
-            </executions>
           </plugin>
         </plugins>
       </build>