You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/12/07 23:51:10 UTC

svn commit: r1718489 - /sling/trunk/contrib/launchpad/karaf/pom.xml

Author: olli
Date: Mon Dec  7 22:51:10 2015
New Revision: 1718489

URL: http://svn.apache.org/viewvc?rev=1718489&view=rev
Log:
exclude **/*.md from rat

Modified:
    sling/trunk/contrib/launchpad/karaf/pom.xml

Modified: sling/trunk/contrib/launchpad/karaf/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/karaf/pom.xml?rev=1718489&r1=1718488&r2=1718489&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/karaf/pom.xml (original)
+++ sling/trunk/contrib/launchpad/karaf/pom.xml Mon Dec  7 22:51:10 2015
@@ -56,6 +56,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes combine.children="append">
+            <exclude>**/*.md</exclude>
             <exclude>**/target/</exclude>
             <exclude>**/*.iml</exclude>
           </excludes>