You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/09/21 16:22:56 UTC

svn commit: r448563 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: dims
Date: Thu Sep 21 07:22:55 2006
New Revision: 448563

URL: http://svn.apache.org/viewvc?view=rev&rev=448563
Log:
fix for AXIS2-1207 - Jar file is missing some resource files at building by maven2.

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

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=448563&r1=448562&r2=448563
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Thu Sep 21 07:22:55 2006
@@ -430,6 +430,12 @@
         </excludes>
         <filtering>false</filtering>
       </resource>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
     </resources>
     <plugins>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org