diff options
Diffstat (limited to 'id/server/stork2-saml-engine/pom.xml')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 1fbc13b1e..6be0472a7 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.stork</groupId>
- <artifactId>saml-engine</artifactId>
+ <artifactId>SamlEngine</artifactId>
<packaging>jar</packaging>
<name>STORKSAMLEngine</name>
<properties>
@@ -10,7 +10,7 @@ <saml.version>1.1.0</saml.version>
<samlspec.version>0.5.2</samlspec.version>
<samlspecacept.version>0.5.1</samlspecacept.version>
- <commons.version>1.1.0</commons.version>
+ <commons.version>1.2.0</commons.version>
<opensaml.version>2.6.0</opensaml.version>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>
@@ -19,7 +19,11 @@ The STORKSAMLEngine library provides tools to support developers working with the Security Assertion Markup Language (SAML).
</description>
- <repositories>
+ <repositories>
+ <repository>
+ <id>org.opensaml</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
+ </repository>
<!-- repository OpenSaml -->
<repository>
<id>shibboleth-release</id>
@@ -36,7 +40,7 @@ <!-- Compile dependencies -->
<dependency>
<groupId>eu.stork</groupId>
- <artifactId>stork-commons</artifactId>
+ <artifactId>Commons</artifactId>
<version>${commons.version}</version>
</dependency>
@@ -131,7 +135,7 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <skip>false</skip>
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>
@@ -140,7 +144,6 @@ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -154,7 +157,6 @@ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
<configuration>
<archive>
<manifestEntries>
|