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 11:55:05 UTC

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

Author: tommaso
Date: Thu Nov  3 10:55:04 2011
New Revision: 1197060

URL: http://svn.apache.org/viewvc?rev=1197060&view=rev
Log:
[CLEREZZA-645] - added some more 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=1197060&r1=1197059&r2=1197060&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Thu Nov  3 10:55:04 2011
@@ -419,18 +419,20 @@
 							<goal>check</goal>
 						</goals>
 						<phase>verify</phase>
-            <configuration>
-              <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>1</numUnapprovedLicenses>
-            </configuration>
+			            <configuration>
+			              <excludes>
+			                <!-- File generated by maven-release-plugin -->
+			                <exclude>release.properties</exclude>
+			                <exclude>**/*.sh</exclude>
+			                <exclude>**/shell/**/*</exclude>
+			                <exclude>.scala_dependencies</exclude>
+			                <exclude>**/.project</exclude>
+			                <exclude>**/.settings/**/*</exclude>
+			                <exclude>**/*.iml</exclude>
+			                <exclude>**/target/**/*</exclude>
+			              </excludes>
+			              <numUnapprovedLicenses>1</numUnapprovedLicenses>
+			            </configuration>
 					</execution>
 				</executions>
 			</plugin>