[
https://issues.apache.org/jira/browse/RAT-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116916#comment-14116916
]
Philipp Ottlinger commented on RAT-172:
---------------------------------------
First draft is:
[rev1621645|http://svn.apache.org/viewvc?view=revision&revision=1621645]
* Factored out SCM information into enumeration.
* Factored out exclusion handling into ExclusionHelper to make the Mojo itself
shorter and more understandable
* Using sets instead of lists in order to not process duplicate excludes and
speedup plugin run.
* Plexus default exclusions contain some SCM directories as well. If RAT-171 is
to be implemented we need this information in RAT itself.
> Allow RAT maven plugin to filter out source code management files and
> directories automatically
> -----------------------------------------------------------------------------------------------
>
> Key: RAT-172
> URL: https://issues.apache.org/jira/browse/RAT-172
> Project: Apache Rat
> Issue Type: Improvement
> Affects Versions: 0.12
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
>
> Following the discussions in RAT-171 we'd like to manage SCM defaults that
> exclude the SCM's technical directory and its ignore file.
> Currently that means:
> * Subversion: .svn
> * Git: .git and .gitignore
> * Mercurial: .hg and .hgignore
> * Bazar: .bzr and .bzrignore
> * CVS: .cvs and .cvsignore
> These defaults are activated as built-in defaults. The processing of ignore
> files can be activated separately (see RAT-171).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)