diff options
-rw-r--r-- | pom.xml | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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>
|