Author: doogie
Date: Tue Apr 21 23:35:14 2015
New Revision: 1675221
URL:
http://svn.apache.org/r1675221Log:
Make certain that any dtds are also added to target jars.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675221&r1=1675220&r2=1675221&view=diff==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 21 23:35:14 2015
@@ -48,6 +48,12 @@ under the License.
<include>META-INF/**</include>
</includes>
</resource>
+ <resource>
+ <directory>dtd</directory>
+ <includes>
+ <include>*.dtd</include>
+ </includes>
+ </resource>
</resources>
<scriptSourceDirectory>scripts</scriptSourceDirectory>
<pluginManagement>