You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/07/11 20:01:43 UTC

svn commit: r1752213 - /uima/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Mon Jul 11 20:01:43 2016
New Revision: 1752213

URL: http://svn.apache.org/viewvc?rev=1752213&view=rev
Log:
UIMA-4966 updated RAT exclusion list

Modified:
    uima/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1752213&r1=1752212&r2=1752213&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Mon Jul 11 20:01:43 2016
@@ -906,11 +906,17 @@ ${uimaDUCCNoticeText}
 										<exclude>**/*.log</exclude>
 										<exclude>.pydevproject</exclude>
 										<exclude>**/*.out</exclude>
-										<exclude>**/*.aux</exclude>
+										<exclude>**/*.png</exclude>
+										<exclude>**/*.jpg</exclude>
+										<exclude>**/*.yaml</exclude>
+										<exclude>**/crontab.txt</exclude>
+										<exclude>**/*.tex</exclude>
+										<exclude>**/Makefile</exclude>
 										<exclude>uima-ducc-spawn/src/Makefile</exclude>
 										<exclude>uima-ducc-examples/**</exclude>
 										<exclude>uima-ducc-jd/**</exclude>
 										<exclude>uima-ducc-orchestrator/**</exclude>
+										<exclude>**/src/test/resources/**/*</exclude>
 										<exclude>uima-ducc-parent/**</exclude>
 										<exclude>uima-ducc-pm/**</exclude>
 										<exclude>uima-ducc-rm/**</exclude>