Author: cziegeler
Date: Wed Jun 10 09:37:44 2009
New Revision: 783273
URL: http://svn.apache.org/viewvc?rev=783273&view=rev
Log:
SLING-917 : Configure rat as a profile and add ianal plugin for checking for
legal files during release.
Modified:
incubator/sling/trunk/parent/pom.xml
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=783273&r1=783272&r2=783273&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Wed Jun 10 09:37:44 2009
@@ -172,6 +172,21 @@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>ianal-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>verify-legal-files</goal>
+ </goals>
+ <configuration>
+ <!-- Fail the build if any artifacts are missing
legal files -->
+ <strict>true</strict>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
<pluginManagement>