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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to