You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/10/14 10:18:58 UTC

svn commit: r1631671 - /servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml

Author: ffang
Date: Tue Oct 14 08:18:58 2014
New Revision: 1631671

URL: http://svn.apache.org/r1631671
Log:
[SMX4-1811]opensaml bundle miss *.xml and *.properties

Modified:
    servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml?rev=1631671&r1=1631670&r2=1631671&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.5.3/pom.xml Tue Oct 14 08:18:58 2014
@@ -138,19 +138,19 @@
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
                                     <excludes>
-                                        <exclude>**/*</exclude>
+                                        <exclude>**/*.java</exclude>
                                     </excludes>
                                 </filter>
                                 <filter>
                                     <artifact>${pkgGroupId}:openws</artifact>
                                     <excludes>
-                                        <exclude>**/*</exclude>
+                                        <exclude>**/*.java</exclude>
                                     </excludes>
                                 </filter>
                                 <filter>
                                     <artifact>${pkgGroupId}:xmltooling</artifact>
                                     <excludes>
-                                        <exclude>**/*</exclude>
+                                        <exclude>**/*.java</exclude>
                                     </excludes>
                                 </filter>
                             </filters>