You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2009/01/18 17:16:50 UTC

svn commit: r735491 - /jakarta/cactus/trunk/pom.xml

Author: ptahchiev
Date: Sun Jan 18 08:16:50 2009
New Revision: 735491

URL: http://svn.apache.org/viewvc?rev=735491&view=rev
Log:
small changes.

Modified:
    jakarta/cactus/trunk/pom.xml

Modified: jakarta/cactus/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=735491&r1=735490&r2=735491&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Sun Jan 18 08:16:50 2009
@@ -482,7 +482,6 @@
 				<version>2.0-beta-5</version>
 			</plugin>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
 					<source>${maven.compile.source}</source>
@@ -573,10 +572,11 @@
 					<reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
 					<excludes>
 						<exclude>**/target/**/*</exclude>
+						<exclude>**/install/**/*</exclude>		
 						<!--Exclude the descriptors since they are licenses themselves. -->
 						<exclude>**/descriptors/**/*</exclude>
 						<exclude>**/MANIFEST.MF</exclude>						
-						<exclude>**/HOWTO.txt</exclude>						
+						<exclude>**/HOWTO.txt</exclude>		
 						<exclude>ANNOUNCEMENT.txt</exclude>
 						<!-- Eclipse files -->
 						<exclude>**/.*</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org