summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-28 18:11:00 +0100
committerSimon Rettberg2014-11-28 18:11:00 +0100
commit6a75f8d3a5d8994ab6edf5f278aaea7db763fca0 (patch)
tree5ec9bb89b5375e743c3c1583a13e5a1896b60ee7 /pom.xml
parentinitial commit of 'ecp-client-lean' from KIT (diff)
downloadecp-client-lean-6a75f8d3a5d8994ab6edf5f278aaea7db763fca0.tar.gz
ecp-client-lean-6a75f8d3a5d8994ab6edf5f278aaea7db763fca0.tar.xz
ecp-client-lean-6a75f8d3a5d8994ab6edf5f278aaea7db763fca0.zip
Add deploy section, change group id in case we start modifying
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2c3d9b8..71c2e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,25 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>edu.kit.scc.dei</groupId>
+ <groupId>org.openslx.ecp</groupId>
<artifactId>ecp-client-lean</artifactId>
<version>0.0.2-SNAPSHOT</version>
<name>Lean ECP Client</name>
<description>ECP Client w/o OpenSAML Libs</description>
+ <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>
@@ -28,4 +41,4 @@
<version>4.1</version>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>