|
@@ -110,6 +110,13 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
<version>3.0</version>
|
|
|
+ <dependencies>
|
|
|
+ <dependency><!-- add support for ssh/scp -->
|
|
|
+ <groupId>org.apache.maven.wagon</groupId>
|
|
|
+ <artifactId>wagon-ssh</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</plugin>
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only.
|
|
|
It has no influence on the Maven build itself.-->
|