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 2011/09/22 17:53:46 UTC

svn commit: r1174228 - in /tomcat/maven-plugin/trunk: pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml

Author: olamy
Date: Thu Sep 22 15:53:45 2011
New Revision: 1174228

URL: http://svn.apache.org/viewvc?rev=1174228&view=rev
Log:
remove this ugly -parent in the artifactId

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

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1174228&r1=1174227&r2=1174228&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Sep 22 15:53:45 2011
@@ -30,7 +30,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tomcat.maven</groupId>
-  <artifactId>tomcat-maven-plugin-parent</artifactId>
+  <artifactId>tomcat-maven-plugin</artifactId>
   <packaging>pom</packaging>
   <name>Tomcat Maven Plugin</name>
   <version>2.0-SNAPSHOT</version>
@@ -253,7 +253,19 @@
             <dependency>
               <groupId>org.apache.maven.wagon</groupId>
               <artifactId>wagon-ssh</artifactId>
-              <version>1.0</version>
+              <version>2.0-SNAPSHOT</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>2.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
         </plugin>

Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1174228&r1=1174227&r2=1174228&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Sep 22 15:53:45 2011
@@ -22,8 +22,8 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
-    <artifactId>tomcat-maven-plugin-parent</artifactId>
     <groupId>org.apache.tomcat.maven</groupId>
+    <artifactId>tomcat-maven-plugin</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>

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=1174228&r1=1174227&r2=1174228&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Sep 22 15:53:45 2011
@@ -21,7 +21,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.apache.tomcat.maven</groupId>
-    <artifactId>tomcat-maven-plugin-parent</artifactId>
+    <artifactId>tomcat-maven-plugin</artifactId>
     <version>2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>



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