You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by to...@apache.org on 2011/11/03 09:44:18 UTC

svn commit: r1196992 - /incubator/clerezza/trunk/parent/pom.xml

Author: tommaso
Date: Thu Nov  3 08:44:17 2011
New Revision: 1196992

URL: http://svn.apache.org/viewvc?rev=1196992&view=rev
Log:
[CLEREZZA-645] - added excludes to RAT conf

Modified:
    incubator/clerezza/trunk/parent/pom.xml

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1196992&r1=1196991&r2=1196992&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Thu Nov  3 08:44:17 2011
@@ -403,8 +403,13 @@
               <excludes>
                 <!-- File generated by maven-release-plugin -->
                 <exclude>release.properties</exclude>
+                <exclude>*.sh</exclude>
+                <exclude>.scala_dependencies</exclude>
+                <exclude>.project</exclude>
+                <exclude>.settings*</exclude>
+                <exclude>*.iml</exclude>
               </excludes>
-              <numUnapprovedLicenses>1000000</numUnapprovedLicenses>
+              <numUnapprovedLicenses>1</numUnapprovedLicenses>
             </configuration>
 					</execution>
 				</executions>