Skip to content

Commit

Permalink
Merge pull request #252 from jaadds/master
Browse files Browse the repository at this point in the history
Adding wagon plugin to nested-categories
  • Loading branch information
jaadds committed Jun 17, 2015
2 parents a6351d1 + aa973ff commit 745f854
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nested-categories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,32 @@

</repositories>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>false</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.1</version>
</extension>
</extensions>
</build>

<distributionManagement>
<repository>
<id>wso2-maven2-repository</id>
Expand Down

0 comments on commit 745f854

Please sign in to comment.