You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/07/31 18:00:46 UTC

svn commit: r1367637 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/pom.xml tomcat7-maven-plugin/pom.xml

Author: olamy
Date: Tue Jul 31 16:00:46 2012
New Revision: 1367637

URL: http://svn.apache.org/viewvc?rev=1367637&view=rev
Log:
add missing ids

Modified:
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1367637&r1=1367636&r2=1367637&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Tue Jul 31 16:00:46 2012
@@ -229,10 +229,11 @@
             <artifactId>maven-install-plugin</artifactId>
             <executions>
               <execution>
+                <id>install-plugin-pre-integration-test</id>
+                <phase>pre-integration-test</phase>
                 <goals>
                   <goal>install</goal>
                 </goals>
-                <phase>pre-integration-test</phase>
               </execution>
             </executions>
           </plugin>

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1367637&r1=1367636&r2=1367637&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Tue Jul 31 16:00:46 2012
@@ -280,11 +280,11 @@
             <artifactId>maven-install-plugin</artifactId>
             <executions>
               <execution>
+                <id>install-plugin-pre-integration-test</id>
+                <phase>pre-integration-test</phase>
                 <goals>
                   <goal>install</goal>
                 </goals>
-                <id>instral-plugin</id>
-                <phase>pre-integration-test</phase>
               </execution>
             </executions>
           </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org