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/08/03 21:53:52 UTC

svn commit: r1153631 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Wed Aug  3 19:53:51 2011
New Revision: 1153631

URL: http://svn.apache.org/viewvc?rev=1153631&view=rev
Log:
[MPOM-23] forgot ssh wagon provider for m-site-p (got a nice error message as expected :) )

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

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1153631&r1=1153630&r2=1153631&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Wed Aug  3 19:53:51 2011
@@ -204,6 +204,13 @@ under the License.
           <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>1.0</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>