]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Overriding distribution management to be able to deploy
authorEric Hartmann <hartmann.eric@gmail.com>
Tue, 12 Mar 2013 07:13:00 +0000 (08:13 +0100)
committerEric Hartmann <hartmann.eric@gmail.com>
Tue, 12 Mar 2013 07:13:00 +0000 (08:13 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 779f9c4e68b3aa75965a2b918710600861e170c3..376564544f46e3f22ce99356899aac89eca11ab6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>