diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -65,9 +65,9 @@ <distributionManagement> <repository> - <id>codehaus-releases</id> + <id>codehaus-nexus-staging</id> <name>Codehaus Release Repository</name> - <url>dav:https://dav.codehaus.org/repository/sonar</url> + <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>sonar-snapshots</id> @@ -227,6 +227,11 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> </plugin> @@ -437,6 +442,16 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + <localCheckout>true</localCheckout> + <pushChanges>false</pushChanges> + <mavenExecutorId>forked-path</mavenExecutorId> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> |