You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/02/16 12:59:41 UTC

[jira] [Commented] (LANG-1301) Moving apache-rat-plugin configuration into pluginManagement

    [ https://issues.apache.org/jira/browse/LANG-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869878#comment-15869878 ] 

Sebb commented on LANG-1301:
----------------------------

Note that Commons Parent includes the following excludes in both reporting and build:

{code}
<excludes combine.children="append">
	<exclude>site-content/**</exclude>
	<exclude>.checkstyle</exclude>
	<exclude>.fbprefs</exclude>
	<exclude>.pmd</exclude>
	<exclude>src/site/resources/download_*.cgi</exclude>
	<exclude>src/site/resources/profile.*</exclude>
	<!-- Exclude Eclipse local files and folders -->
	<exclude>maven-eclipse.xml</exclude>
	<exclude>.externalToolBuilders/**</exclude>
</excludes>
{code}

> Moving apache-rat-plugin configuration into pluginManagement
> ------------------------------------------------------------
>
>                 Key: LANG-1301
>                 URL: https://issues.apache.org/jira/browse/LANG-1301
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 3.5
>            Reporter: Karl Heinz Marbaise
>            Assignee: Pascal Schumacher
>            Priority: Minor
>             Fix For: 3.6
>
>         Attachments: apache-rat.patch
>
>
> Currently the configuration for the {{apache-rat-plugin}} is done in the reporting area which results in not being taken if you call {{mvn apache-rat:check}}. This can simply being solved by moving this into a {{pluginManagement}} area which will be used for both command line calling a goal or running during the life cycle.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)