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 2011/07/03 22:47:23 UTC

svn commit: r1142498 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sun Jul  3 20:47:22 2011
New Revision: 1142498

URL: http://svn.apache.org/viewvc?rev=1142498&view=rev
Log:
[MPOM-23] removed ssh wagon dependency added in MPOM-19 since it is now in ASF parent

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1142498&r1=1142497&r2=1142498&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jul  3 20:47:22 2011
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>9</version>
+    <version>10-SNAPSHOT</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
 
@@ -833,24 +833,7 @@ under the License.
         </file>
       </activation>
       <build>
-        <!-- we need to have the ssh wagon for site deployment at ASF -->
-        <!-- TODO: move to the ASF pom -->
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-site-plugin</artifactId>
-              <dependencies>
-                <dependency>
-                  <groupId>org.apache.maven.wagon</groupId>
-                  <artifactId>wagon-ssh</artifactId>
-                  <version>1.0-beta-7</version>
-                </dependency>
-              </dependencies>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-       <!-- we need to attach the descriptor for this pom -->
+       <!-- we need to attach the site descriptor for this pom -->
         <plugins>
           <plugin>
             <artifactId>maven-site-plugin</artifactId>