You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2013/05/31 17:08:52 UTC

svn commit: r1488269 - in /myfaces/core/branches: 2.0.x/pom.xml 2.1.x/pom.xml

Author: mkienenb
Date: Fri May 31 15:08:51 2013
New Revision: 1488269

URL: http://svn.apache.org/r1488269
Log:
MYFACES-3732 - exclude DEPENDENCIES from apache rat checking

Modified:
    myfaces/core/branches/2.0.x/pom.xml
    myfaces/core/branches/2.1.x/pom.xml

Modified: myfaces/core/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/pom.xml?rev=1488269&r1=1488268&r2=1488269&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/pom.xml (original)
+++ myfaces/core/branches/2.0.x/pom.xml Fri May 31 15:08:51 2013
@@ -58,7 +58,7 @@
     </modules>
 
     <build>
-    
+
         <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->
         <extensions>
           <extension>
@@ -77,6 +77,19 @@
           </plugins>
         </pluginManagement>
         <plugins>
+    
+            <!-- license checker needs to exclude some kinds of files -->
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<!-- This file is created during a release and needs no licensing text -->
+						<exclude>DEPENDENCIES</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-scm-publish-plugin</artifactId>

Modified: myfaces/core/branches/2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/pom.xml?rev=1488269&r1=1488268&r2=1488269&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/pom.xml (original)
+++ myfaces/core/branches/2.1.x/pom.xml Fri May 31 15:08:51 2013
@@ -80,6 +80,19 @@
           </plugins>
         </pluginManagement>
         <plugins>
+    
+            <!-- license checker needs to exclude some kinds of files -->
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<!-- This file is created during a release and needs no licensing text -->
+						<exclude>DEPENDENCIES</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-scm-publish-plugin</artifactId>