[java-identity-provider COMMIT] in /trunk/idp-distribution: pom.xml src/main/assembly/idp-assembly-tgz.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 30 14:35:43 EDT 2014


Author: tzeller
Date: Thu Oct 30 14:35:43 2014
New Revision: 6810

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6810&view=rev
Log:
Do not create duplicate assemblies.

Modified:
    trunk/idp-distribution/pom.xml
    trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml

Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6810&r1=6809&r2=6810&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Thu Oct 30 14:35:43 2014
@@ -278,7 +278,7 @@
                         <id>make-assembly</id>
                         <phase>package</phase>
                         <goals>
-                            <goal>single</goal>
+                            <goal>attached</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml?rev=6810&r1=6809&r2=6810&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml (original)
+++ trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml Thu Oct 30 14:35:43 2014
@@ -2,7 +2,6 @@
     <id>assembly</id>
     <formats>
         <format>tar.gz</format>
-        <format>zip</format>
     </formats>
     <fileSets>
         <fileSet>



More information about the commits mailing list