You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/03/27 15:15:15 UTC

svn commit: r1669594 - /sling/trunk/contrib/explorers/resourceeditor/pom.xml

Author: rombert
Date: Fri Mar 27 14:15:14 2015
New Revision: 1669594

URL: http://svn.apache.org/r1669594
Log:
resourceeditor: exclude frontend from rat checks

Modified:
    sling/trunk/contrib/explorers/resourceeditor/pom.xml

Modified: sling/trunk/contrib/explorers/resourceeditor/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/pom.xml?rev=1669594&r1=1669593&r2=1669594&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/resourceeditor/pom.xml (original)
+++ sling/trunk/contrib/explorers/resourceeditor/pom.xml Fri Mar 27 14:15:14 2015
@@ -106,6 +106,15 @@
 					</execution>
 				</executions>
 		    </plugin>
+            <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <configuration>
+                <excludes>
+                  <exclude>frontend/**</exclude>
+                </excludes>
+              </configuration>
+            </plugin>		    
 		</plugins>
 		<extensions>
 			<extension>