mirror of https://github.com/apache/openjpa.git
add wagon-ssh to the site plugin to allow scp publishing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.3.x@1538462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f5b2528a3
commit
065dc9372f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue