[java-idp-integration-tests COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 9 19:02:20 EDT 2014


Author: tzeller
Date: Wed Jul  9 19:02:19 2014
New Revision: 22

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=22&view=rev
Log:
IDP-436 
- Move test certificates and keys in idp-conf from src/main/resources to src/test/resources
- Change 'idp.home' to 'classpath:' in the testbed and integration tests
- Override the path to the keystore used by Jetty in the testbed
- Add a classpath example metadata provider to idp-conf/src/test/resources

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=22&r1=21&r2=22&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Jul  9 19:02:19 2014
@@ -154,6 +154,26 @@
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${test-distributions.directory}</outputDirectory>
+                        </configuration>
+                    </execution>
+                    <!-- Unpack test credentials from idp-conf test jar. -->
+                    <execution>
+                        <id>unpack-idp-conf-test-credentials</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>net.shibboleth.idp</groupId>
+                                    <artifactId>idp-conf</artifactId>
+                                    <version>${idp.version}</version>
+                                    <type>test-jar</type>
+                                    <includes>**/creds/*</includes>
+                                </artifactItem>
+                            </artifactItems>
+                            <outputDirectory>${test-distributions.directory}/idp-distribution-${idp.version}</outputDirectory>
                         </configuration>
                     </execution>
                     <!-- Unpack jetty-distribution to test-distributions directory. -->



More information about the commits mailing list