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 2017/10/03 13:39:07 UTC

svn commit: r1811009 - /sling/trunk/tooling/ide/pom.xml

Author: olli
Date: Tue Oct  3 13:39:07 2017
New Revision: 1811009

URL: http://svn.apache.org/viewvc?rev=1811009&view=rev
Log:
exclude README.md in source-bundle from Rat

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1811009&r1=1811008&r2=1811009&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Tue Oct  3 13:39:07 2017
@@ -27,7 +27,7 @@
     <artifactId>sling-ide-tooling</artifactId>
     <version>1.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Sling IDE Tools: Reactor</name>
+    <name>Apache Sling IDE Tools Reactor</name>
     <url>http://sling.apache.org</url>
 
     <scm>
@@ -124,6 +124,7 @@
                         <exclude>eclipse-test/**</exclude>
                         <!-- exclude target file from the source-bundle project since it is not a module -->
                         <exclude>source-bundle/target/**</exclude>
+                        <exclude>source-bundle/README.md</exclude>
 
                         <!-- Jenkins Xvfb plugin -->
                         <exclude>.Xauthority-*</exclude>