summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-02-23 10:11:26 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2013-02-23 14:30:57 +0100
commitaf64b9a3b3b99de80aebeafbf418f2c969704259 (patch)
tree2ebd231209c37b9376444fd1f9734a53d9a8c643 /org.eclipse.jgit.packaging
parentab99b78ca08a6b52e9ae8b49afa04dd16496f2ac (diff)
downloadjgit-af64b9a3b3b99de80aebeafbf418f2c969704259.tar.gz
jgit-af64b9a3b3b99de80aebeafbf418f2c969704259.zip
Deploy Maven artifacts to Eclipse Nexus repository
Bug: 401469 Bug: 401470 Change-Id: I4901dc208fe8f9e4055d27ab7e0ced979fd234f5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 4f1b808a67..cf8e646215 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -94,6 +94,20 @@
</repository>
</repositories>
+ <distributionManagement>
+ <repository>
+ <id>repo.eclipse.org</id>
+ <name>JGit Maven Repository - Releases</name>
+ <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo.eclipse.org</id>
+ <name>JGit Maven Repository - Snapshots</name>
+ <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url>
+ <uniqueVersion>true</uniqueVersion>
+ </snapshotRepository>
+ </distributionManagement>
+
<dependencies>
<!-- sources artifacts so that we can place them in the features -->
<dependency>