[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 9 17:44:41 EDT 2014


Author: tzeller
Date: Wed Jul  9 17:44:41 2014
New Revision: 6260

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6260&view=rev
Log:
IDP-434 and IDP-436 Omit creds/* and logs/* from idp-distribution.

Modified:
    trunk/idp-distribution/pom.xml

Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6260&r1=6259&r2=6260&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Wed Jul  9 17:44:41 2014
@@ -95,7 +95,7 @@
                                     <version>${project.version}</version>
                                     <type>jar</type>
                                     <outputDirectory>${assembly-directory}</outputDirectory>
-                                    <excludes>**/META-INF/**</excludes>
+                                    <excludes>**/META-INF/**,**/logs/*,**/creds/*</excludes>
                                 </artifactItem>
                             </artifactItems>
                         </configuration>



More information about the commits mailing list