You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/07/23 10:27:39 UTC

svn commit: r679019 - in /maven/plugins/trunk: maven-deploy-plugin/pom.xml maven-jar-plugin/pom.xml maven-javadoc-plugin/pom.xml maven-site-plugin/pom.xml maven-war-plugin/pom.xml

Author: bentmann
Date: Wed Jul 23 01:27:38 2008
New Revision: 679019

URL: http://svn.apache.org/viewvc?rev=679019&view=rev
Log:
o Removed unnecessary stuff

Modified:
    maven/plugins/trunk/maven-deploy-plugin/pom.xml
    maven/plugins/trunk/maven-jar-plugin/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml
    maven/plugins/trunk/maven-site-plugin/pom.xml
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=679019&r1=679018&r2=679019&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Wed Jul 23 01:27:38 2008
@@ -121,13 +121,11 @@
                 <goal>clean</goal>
                 <goal>package</goal>
               </goals>
-              <installProjectArtifacts>true</installProjectArtifacts>
               <settingsFile>src/it/settings.xml</settingsFile>
             </configuration>
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=679019&r1=679018&r2=679019&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Wed Jul 23 01:27:38 2008
@@ -172,13 +172,11 @@
                 <goal>clean</goal>
                 <goal>package</goal>
               </goals>
-              <installProjectArtifacts>true</installProjectArtifacts>
               <settingsFile>src/it/settings.xml</settingsFile>              
             </configuration>
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=679019&r1=679018&r2=679019&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Wed Jul 23 01:27:38 2008
@@ -272,13 +272,11 @@
               </pomIncludes>
               <postBuildHookScript>verify.bsh</postBuildHookScript>
               <localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>
-              <installProjectArtifacts>true</installProjectArtifacts>
               <settingsFile>src/it/settings.xml</settingsFile>
             </configuration>
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=679019&r1=679018&r2=679019&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed Jul 23 01:27:38 2008
@@ -197,7 +197,6 @@
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=679019&r1=679018&r2=679019&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Jul 23 01:27:38 2008
@@ -203,7 +203,6 @@
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>