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/12/21 19:52:04 UTC

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

Author: cwiklik
Date: Wed Dec 21 19:52:04 2016
New Revision: 1775553

URL: http://svn.apache.org/viewvc?rev=1775553&view=rev
Log:
UIMA-5218 excluded ../webapp/etc/.. from rat

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=1775553&r1=1775552&r2=1775553&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Dec 21 19:52:04 2016
@@ -922,6 +922,7 @@ ${uimaDUCCNoticeText}
 										<exclude>uima-ducc-user/**</exclude>
 										<exclude>uima-ducc-container/**</exclude>
 										<exclude>**/src/main/webapp/root/opensources/**/*</exclude>
+										<exclude>**/src/main/webapp/etc/**</exclude>
 										<exclude>**/src/main/issuesFixed/**/*</exclude>
 									</excludes>
 								</configuration>