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

noreply at shibboleth.net noreply at shibboleth.net
Sun Apr 12 17:01:01 EDT 2015


Author: rdw
Date: Sun Apr 12 17:01:00 2015
New Revision: 57

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=57&view=rev
Log:
IDP-639 Copy jetty-base 'up' in the pom (just as the installers would)  Its a lot easier than trying to run from embedded/jetty-base

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=57&r1=56&r2=57&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun Apr 12 17:01:00 2015
@@ -237,6 +237,22 @@
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
+                    <!-- Copy jetty-base context deployment descriptor. -->
+                    <execution>
+                        <id>copy-testbed-jetty-base</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <resources>
+                                <resource>
+                                    <directory>${test-distributions.directory}/shibboleth-identity-provider-${idp.version}/embedded/jetty-base</directory>
+                                </resource>
+                            </resources>
+                            <outputDirectory>${test-distributions.directory}/shibboleth-identity-provider-${idp.version}/jetty-base/</outputDirectory>
+                        </configuration>
+                    </execution>
                     <!-- Copy idp-testbed context deployment descriptor. -->
                     <execution>
                         <id>copy-testbed-deployment-descriptor</id>



More information about the commits mailing list