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

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

Author: reto
Date: Fri Nov 11 08:13:30 2011
New Revision: 1200760

URL: http://svn.apache.org/viewvc?rev=1200760&view=rev
Log:
CLEREZZA-646: added more exclusions to rat plugin

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=1200760&r1=1200759&r2=1200760&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Fri Nov 11 08:13:30 2011
@@ -181,17 +181,26 @@
 			              <excludes>
 			                <!-- File generated by maven-release-plugin -->
 			                <exclude>release.properties</exclude>
+			                <!-- hidden files -->
+			                <exclude>**/.*</exclude>
+			                <exclude>**/.*/**/*</exclude>
 			                <exclude>**/*.sh</exclude>
 			                <exclude>**/shell/**/*</exclude>
-			                <exclude>.scala_dependencies</exclude>
+			                <exclude>**/maven-eclipse.xml</exclude>
+			                <!-- <exclude>.scala_dependencies</exclude>
 			                <exclude>**/.project</exclude>
-			                <exclude>**/.settings/**/*</exclude>
+			                <exclude>**/.settings/**/*</exclude> -->
 			                <exclude>**/*.iml</exclude>
 			                <exclude>**/target/**/*</exclude>
 			                <exclude>**/test/**/*.nt</exclude>
 			                <exclude>**/test/**/*.ttl</exclude>
 			                <exclude>**/test/**/*.rdf</exclude>
 			                <exclude>**/documentation.nt</exclude>
+			                <!-- yui is bsd licensed -->
+			                <exclude>web.resources.yui/src/main/resources/**/*</exclude>
+			                <!-- text files for inclusion -->
+			                <exclude>platform.typerendering.scalaserverpages/src/main/resources/org/apache/clerezza/platform/typerendering/scalaserverpages/*.txt</exclude>
+			                <exclude>**/META-INF/services/*</exclude>
 			              </excludes>
 			              <numUnapprovedLicenses>1</numUnapprovedLicenses>
 			            </configuration>