Avoid copying duplicate resource files to target/classes directory

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2011-04-05 17:03:13 +00:00
parent ab82987f46
commit cccc99d4c8

View file

@ -59,6 +59,7 @@
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
<exclude>build.*</exclude>
<exclude>filtered-resources/**</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>