You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ga...@apache.org on 2008/10/14 19:17:35 UTC

svn commit: r704582 - /webservices/axis2/trunk/java/modules/metadata/pom.xml

Author: gawor
Date: Tue Oct 14 10:17:34 2008
New Revision: 704582

URL: http://svn.apache.org/viewvc?rev=704582&view=rev
Log:
fix exlude so that java files don't get included in the jar file

Modified:
    webservices/axis2/trunk/java/modules/metadata/pom.xml

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?rev=704582&r1=704581&r2=704582&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Tue Oct 14 10:17:34 2008
@@ -94,7 +94,7 @@
             <resource>
                 <directory>src</directory>
                 <excludes>
-                    <exclude>*.java</exclude>
+                    <exclude>**/*.java</exclude>
                 </excludes>
             </resource>
         </resources>