You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/05/22 21:59:21 UTC

svn commit: r1795863 - in /sling/whiteboard/pauls/gush/launchpad: ./ pom.xml

Author: pauls
Date: Mon May 22 21:59:21 2017
New Revision: 1795863

URL: http://svn.apache.org/viewvc?rev=1795863&view=rev
Log:
Make the launchpad build and svn ignore the target and sling dir if present

Modified:
    sling/whiteboard/pauls/gush/launchpad/   (props changed)
    sling/whiteboard/pauls/gush/launchpad/pom.xml

Propchange: sling/whiteboard/pauls/gush/launchpad/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon May 22 21:59:21 2017
@@ -0,0 +1,2 @@
+target
+sling

Modified: sling/whiteboard/pauls/gush/launchpad/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/pauls/gush/launchpad/pom.xml?rev=1795863&r1=1795862&r2=1795863&view=diff
==============================================================================
--- sling/whiteboard/pauls/gush/launchpad/pom.xml (original)
+++ sling/whiteboard/pauls/gush/launchpad/pom.xml Mon May 22 21:59:21 2017
@@ -68,6 +68,16 @@
                 <version>1.7.0</version>
                 <extensions>true</extensions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/sling/**/*</exclude>
+                        <exclude>**/target/**/*</exclude>
+                    </excludes>
+                </configuration>               
+            </plugin>
         </plugins>
     </build>