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:17:45 UTC

svn commit: r1631669 - /servicemix/smx4/bundles/trunk/opensaml-2.5.1/pom.xml

Author: ffang
Date: Tue Oct 14 08:17:45 2014
New Revision: 1631669

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

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

Modified: servicemix/smx4/bundles/trunk/opensaml-2.5.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.5.1/pom.xml?rev=1631669&r1=1631668&r2=1631669&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.5.1/pom.xml Tue Oct 14 08:17:45 2014
@@ -139,19 +139,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>