Author: fchrist
Date: Tue Jan 22 14:18:50 2013
New Revision: 1436943

URL: http://svn.apache.org/viewvc?rev=1436943&view=rev
Log:
STANBOL-780 fixed RAT exclude

Modified:
    stanbol/trunk/enhancer/pom.xml

Modified: stanbol/trunk/enhancer/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/pom.xml?rev=1436943&r1=1436942&r2=1436943&view=diff
==============================================================================
--- stanbol/trunk/enhancer/pom.xml (original)
+++ stanbol/trunk/enhancer/pom.xml Tue Jan 22 14:18:50 2013
@@ -136,7 +136,11 @@
                 <exclude>**/test/**/*.odt</exclude>
 
                 <!-- example data under AL -->
-                <exclude>data/text-examples/*.txt</exclude>                
+                <exclude>data/text-examples/*.txt</exclude>
+
+                <!-- Service configs -->
+                <exclude>**/src/main/resources/META-INF/services/**</exclude>
+
               </excludes>
             </configuration>
           </plugin>


Reply via email to