Author: tommaso
Date: Wed Nov 2 08:57:03 2011
New Revision: 1196510
URL: http://svn.apache.org/viewvc?rev=1196510&view=rev
Log:
[CLEREZZA-645] - added RAT plugin and switche to Apache pom 10
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=1196510&r1=1196509&r2=1196510&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Wed Nov 2 08:57:03 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>9</version>
+ <version>10</version>
<relativePath />
</parent>
<groupId>org.apache.clerezza</groupId>
@@ -389,11 +389,26 @@
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
</plugin>
- <!-- too much side effects on unrelated stuff
<plugin>
- <groupId>net.sf.alchim</groupId>
-
<artifactId>yuicompressor-maven-plugin</artifactId>
- </plugin> -->
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-cli</id>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <phase>verify</phase>
+ <configuration>
+ <excludes>
+ <!-- File generated by maven-release-plugin -->
+ <exclude>release.properties</exclude>
+ </excludes>
+ <numUnapprovedLicenses>1000000</numUnapprovedLicenses>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
<resources>
<resource>