aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-05 10:49:31 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-05 10:49:31 +0200
commit2c68c473da7fc293e12ca50f19380c5118be7ead (patch)
tree5faffe64104227dcca800cb44a5011dde985fce2 /pom.xml
parent1bec1c3a77f6957175be13e4433110f7fc8e387e (diff)
downloadsonarqube-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.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cd35d48bc34..0ae01dbad01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>