Author: jukka
Date: Thu Mar 10 10:40:30 2011
New Revision: 1080174
URL: http://svn.apache.org/viewvc?rev=1080174&view=rev
Log:
TIKA-593: Tika network server
Exclude tika-server/target (and other similar directories) from RAT checks
Modified:
tika/trunk/pom.xml
Modified: tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1080174&r1=1080173&r2=1080174&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Thu Mar 10 10:40:30 2011
@@ -75,6 +75,10 @@
<excludes>
<exclude>.*/**</exclude>
<exclude>CHANGES.txt</exclude>
+ <exclude>tika-bundle-it/.*/**</exclude>
+ <exclude>tika-bundle-it/target/**</exclude>
+ <exclude>tika-server/.*/**</exclude>
+ <exclude>tika-server/target/**</exclude>
</excludes>
</configuration>
</plugin>