[java-idp-integration-tests] branch master updated: IDP-843 - Change idp-example-jetty-base from .jar to .tar.gz.

Tom Zeller tzeller at dragonacea.biz
Wed May 25 16:43:16 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

The following commit(s) were added to refs/heads/master by this push:
       new  ea04f4c   IDP-843 - Change idp-example-jetty-base from .jar to .tar.gz.
ea04f4c is described below

commit ea04f4c52ed84fb422aa87df6946bb5af0a5ac4a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 25 15:40:37 2016 -0500

    IDP-843 - Change idp-example-jetty-base from .jar to .tar.gz.
---
 pom.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4fe1c6b..d2d3801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,11 +65,6 @@
             <version>${idp.version}</version>
             <type>test-jar</type>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.idp.example</groupId>
-            <artifactId>idp-example-jetty-base</artifactId>
-            <version>${idp-example-jetty-base.version}</version>
-        </dependency>
 
         <!-- Provided Dependencies -->
         <dependency>
@@ -90,6 +85,13 @@
             <type>zip</type>
         </dependency>
         <dependency>
+            <groupId>net.shibboleth.idp.example</groupId>
+            <artifactId>idp-example-jetty-base</artifactId>
+            <version>${idp-example-jetty-base.version}</version>
+            <scope>test</scope>
+            <type>tar.gz</type>
+        </dependency>
+        <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-testbed</artifactId>
             <version>${testbed.version}</version>
@@ -307,7 +309,8 @@
                                 <artifactItem>
                                     <groupId>net.shibboleth.idp.example</groupId>
                                     <artifactId>idp-example-jetty-base</artifactId>
-                                    <version>${idp-example-jetty-base}</version>
+                                    <version>${idp-example-jetty-base.version}</version>
+                                    <type>tar.gz</type>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${test-distributions.directory}/shibboleth-identity-provider-${idp.version}</outputDirectory>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list