summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c376dfe..215c5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,14 @@
<url>git@github.com:cbeust/jcommander.git</url>
</scm>
+ <distributionManagement>
+ <repository>
+ <id>nexus-site</id>
+ <name>Nexus Staging Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
<developers>
<developer>
<name>Cedric Beust</name>