|
@@ -152,18 +152,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
- <version>3.3</version>
|
|
|
|
|
|
+ <version>3.4</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency><!-- add support for ssh/scp -->
|
|
<dependency><!-- add support for ssh/scp -->
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
<artifactId>wagon-ssh</artifactId>
|
|
<artifactId>wagon-ssh</artifactId>
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency> <!-- add support for markdown -->
|
|
|
|
- <groupId>org.apache.maven.doxia</groupId>
|
|
|
|
- <artifactId>doxia-module-markdown</artifactId>
|
|
|
|
- <version>1.3</version>
|
|
|
|
- </dependency>
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
</plugin>
|
|
</plugin>
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only.
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only.
|
|
@@ -330,7 +325,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
- <version>3.3</version>
|
|
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>attach-descriptor</id>
|
|
<id>attach-descriptor</id>
|