[
https://issues.apache.org/jira/browse/DIRSTUDIO-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626962#action_12626962
]
Felix Knecht commented on DIRSTUDIO-272:
----------------------------------------
It looks like the rat plugin is already defined in the
directory/project/pom.xml - you can 'cd studio/trunk' and run 'mvn rat:check',
it's working.
But we can add rat report to the automatically generated reports by add
followingpatch to the directory/project/trunk/pom.xml:
$Index: pom.xml
===================================================================
--- pom.xml (revision 688981)
+++ pom.xml (working copy)
@@ -511,6 +511,10 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
If ever IMO the rat:check should be added to the
directory/project/trunk/pom.xml release-profile to be used all over the place
for directory subprojects
WDOT?
> Use the rat maven plugin with the -Prelease profile option to generate
> releases
> -------------------------------------------------------------------------------
>
> Key: DIRSTUDIO-272
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-272
> Project: Directory Studio
> Issue Type: Improvement
> Reporter: Alex Karasulu
> Assignee: Pierre-Arnaud Marcelot
>
> https://issues.apache.org/jira/browse/RAT-1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.