Skip to content
Snippets Groups Projects
Commit 3bfb385b authored by Guillaume Sauthier's avatar Guillaume Sauthier
Browse files

Add an extension for release deployment with Maven 3

parent fe123714
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,16 @@ ...@@ -69,6 +69,16 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
<extensions>
<extension>
<!-- Required to deploy using Maven 3 -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0-beta-6</version>
</extension>
</extensions>
</build> </build>
<dependencies> <dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment