Author: dandiep
Date: Thu Apr 13 12:47:18 2006
New Revision: 393901
URL: http://svn.apache.org/viewcvs?rev=393901&view=rev
Log:
Fix jar license inclusion
Modified:
webservices/commons/trunk/modules/XmlSchema/pom.xml
Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=393901&r1=393900&r2=393901&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Thu Apr 13 12:47:18 2006
@@ -166,13 +166,11 @@
</excludes>
</resource>
<resource>
- <directory></directory>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
- <excludes>
- <exclude>**/*</exclude>
- </excludes>
</resource>
</resources>
<testResources>