diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-05 10:49:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-05 10:49:31 +0200 |
commit | 2c68c473da7fc293e12ca50f19380c5118be7ead (patch) | |
tree | 5faffe64104227dcca800cb44a5011dde985fce2 /pom.xml | |
parent | 1bec1c3a77f6957175be13e4433110f7fc8e387e (diff) | |
download | sonarqube-2c68c473da7fc293e12ca50f19380c5118be7ead.tar.gz sonarqube-2c68c473da7fc293e12ca50f19380c5118be7ead.zip |
Move to nexus.codehaus.org + configuration of maven release plugin is back
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> |