summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-09-12 16:59:38 +0200
committerSimon Rettberg2014-09-12 16:59:38 +0200
commit0bcb01dfc502c8d753589110d6c485f767b87fa6 (patch)
treeb06e6e0fcc8d505a0d414f95460366e040826aa5 /pom.xml
parentRevert "Undo refactoring.. Classes are working again. Could not find the mist... (diff)
downloadmaster-sync-shared-0bcb01dfc502c8d753589110d6c485f767b87fa6.tar.gz
master-sync-shared-0bcb01dfc502c8d753589110d6c485f767b87fa6.tar.xz
master-sync-shared-0bcb01dfc502c8d753589110d6c485f767b87fa6.zip
Add deploy section
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7ffc1cf..4e43537 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,19 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <distributionManagement>
+ <repository>
+ <id>mltk-repo</id>
+ <name>mltk-services repo</name>
+ <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>mltk-repo</id>
+ <name>mltk-services repo</name>
+ <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>