From a90e1fe81117617d517d0abb6eb2883d38b31eaa Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Mon, 8 Feb 2016 16:05:19 +0100
Subject: [PATCH] Added some reposirory sites.

---
 pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4799fb41..e7bc5480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,27 @@
     <junit.version>4.11</junit.version>
     <jdk.version>1.7</jdk.version>
   </properties>
+  <url>https://projects.gwdg.de/projects/oai-pmh</url>
+  <scm>
+    <connection>scm:git@git.projects.gwdg.de:oai-pmh.git</connection>
+    <developerConnection>scm:git@git.projects.gwdg.de:oai-pmh.git</developerConnection>
+    <url>https://projects.gwdg.de/projects/oai-pmh</url>
+  </scm>
+  <issueManagement>
+    <system>chili</system>
+    <url>https://projects.gwdg.de/projects/tg/issues</url>
+  </issueManagement>
+  <licenses>
+    <license>
+      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+      <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>SUB Göttingen</name>
+    <url>http://www.sub.uni-goettingen.de</url>
+  </organization>
   <build>
     <defaultGoal>package</defaultGoal>
     <plugins>
@@ -56,4 +77,27 @@
     <module>oaipmh-core</module>
     <module>oaipmh-webapp</module>
   </modules>  
+  <repositories>
+    <repository>
+      <id>nexus.dariah</id>
+      <name>DARIAH Nexus Public Repository</name>
+      <url>http://dev.dariah.eu/nexus/content/groups/public</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <distributionManagement>
+    <snapshotRepository>
+      <id>dariah.nexus.snapshots</id>
+      <url>http://dev.dariah.eu/nexus/content/repositories/snapshots</url>
+    </snapshotRepository>
+    <repository>
+      <id>dariah.nexus.releases</id>
+      <url>http://dev.dariah.eu/nexus/content/repositories/releases</url>
+    </repository>
+  </distributionManagement>
 </project>
-- 
GitLab