[
https://issues.apache.org/jira/browse/DIRKRB-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274955#comment-14274955
]
Lin Chen commented on DIRKRB-137:
---------------------------------
Thanks Emmanuel's instruction.
The v2 patch attached. But I have to remain
{code}
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.11</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
{code}
in the pom.xml of 3rdparty project to skip rat check in the project. Is it ok?
> Adding maven rat plugin
> -----------------------
>
> Key: DIRKRB-137
> URL: https://issues.apache.org/jira/browse/DIRKRB-137
> Project: Directory Kerberos
> Issue Type: Sub-task
> Reporter: Lin Chen
> Assignee: Emmanuel Lecharny
> Attachments: DIRKRB-137_v1.patch, DIRKRB-137_v2.patch
>
>
> Adding maven rat plugin to do some check.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)