diff options
author | Simon Rettberg | 2014-11-28 18:11:00 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-11-28 18:11:00 +0100 |
commit | 6a75f8d3a5d8994ab6edf5f278aaea7db763fca0 (patch) | |
tree | 5ec9bb89b5375e743c3c1583a13e5a1896b60ee7 | |
parent | initial commit of 'ecp-client-lean' from KIT (diff) | |
download | ecp-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
-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>
|