aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2013-03-12 08:13:00 +0100
committerEric Hartmann <hartmann.eric@gmail.com>2013-03-12 08:13:00 +0100
commit1af9b309b2daea9699218db6532bff44a9840538 (patch)
tree035ca12a8b594be3346801c6883ec6f677ccb69a /pom.xml
parent4f48f78cd7462d7d85ca1d2da8402110c17d7517 (diff)
downloadsonar-scanner-cli-1af9b309b2daea9699218db6532bff44a9840538.tar.gz
sonar-scanner-cli-1af9b309b2daea9699218db6532bff44a9840538.zip
Overriding distribution management to be able to deploy
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 779f9c4..3765645 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,21 @@
<url>http://docs.codehaus.org/display/SONAR/Analyzing+with+Sonar+Runner</url>
<inceptionYear>2011</inceptionYear>
+ <!-- Overridding default properties to be able to deploy the release -->
+ <distributionManagement>
+ <repository>
+ <id>codehaus-nexus-staging</id>
+ <name>Codehaus Release Repository</name>
+ <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
<modules>
<module>sonar-runner-api</module>
<module>sonar-runner-impl</module>
<module>sonar-runner-dist</module>
</modules>
-
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>