[java-identity-provider COMMIT] in /trunk: idp-conf/src/test/resources/creds/idp-backchannel.crt idp-conf/src/test/re...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Sep 27 06:16:46 EDT 2014
Author: rdw
Date: Sat Sep 27 06:16:46 2014
New Revision: 6597
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6597&view=rev
Log:
IDP-469 Metadata Generator Task and test
Added:
trunk/idp-conf/src/test/resources/creds/idp-backchannel.crt
trunk/idp-installer/src/main/java/net/shibboleth/idp/installer/ant/MetadataGeneratorTask.java (with props)
trunk/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/
trunk/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/MetadataGenerator.java (with props)
trunk/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/MetadataGeneratorParameters.java (with props)
trunk/idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/package-info.java (with props)
trunk/idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator.xml (with props)
trunk/idp-installer/src/test/java/net/shibboleth/idp/installer/TestMetadataGenerator.java (with props)
Modified:
trunk/idp-conf/src/test/resources/creds/idp-ssl.p12
trunk/idp-installer/pom.xml
Modified: trunk/idp-installer/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/pom.xml?rev=6597&r1=6596&r2=6597&view=diff
==============================================================================
--- trunk/idp-installer/pom.xml (original)
+++ trunk/idp-installer/pom.xml Sat Sep 27 06:16:46 2014
@@ -17,24 +17,71 @@
<dependencies>
<!-- Compile Dependencies -->
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
<version>${java-support.version}</version>
</dependency>
- <dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-api</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.4</version>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ </dependency>
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-conf</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-conf</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${opensaml.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<!-- Managed Dependencies -->
</dependencies>
More information about the commits
mailing list