Author: felixk
Date: Fri Aug 29 07:00:08 2008
New Revision: 690260
URL: http://svn.apache.org/viewvc?rev=690260&view=rev
Log:
Partly fix for https://issues.apache.org/jira/browse/DIRSTUDIO-272. Only create reports. Enable
check for -Prelease may have heavy impacts for releases in the near future because of 'Too
many unapproved licenses'
Modified:
directory/project/trunk/pom.xml
Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=690260&r1=690259&r2=690260&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Fri Aug 29 07:00:08 2008
@@ -511,6 +511,10 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
|