aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>