You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2013/11/03 22:25:45 UTC

svn commit: r1538462 - /openjpa/branches/2.3.x/openjpa-project/pom.xml

Author: struberg
Date: Sun Nov  3 21:25:45 2013
New Revision: 1538462

URL: http://svn.apache.org/r1538462
Log:
add wagon-ssh to the site plugin to allow scp publishing

Modified:
    openjpa/branches/2.3.x/openjpa-project/pom.xml

Modified: openjpa/branches/2.3.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.3.x/openjpa-project/pom.xml?rev=1538462&r1=1538461&r2=1538462&view=diff
==============================================================================
--- openjpa/branches/2.3.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/2.3.x/openjpa-project/pom.xml Sun Nov  3 21:25:45 2013
@@ -179,6 +179,13 @@
                 <configuration>
                     <siteDirectory>target/filtered-site</siteDirectory>
                 </configuration>
+                <dependencies>
+                    <dependency><!-- add support for ssh/scp -->
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-ssh</artifactId>
+                        <version>1.0</version>
+                    </dependency>
+                </dependencies>
             </plugin>
 
             <plugin>