Author: pottlinger
Date: Thu Apr 9 21:20:06 2015
New Revision: 1672493
URL: http://svn.apache.org/r1672493
Log:
RAT-172: Add note to release notes.
* By default SCM directories and their ignore files are not scanned by RAT.
Currently that is:
** SVN
** Git
** Mercurial
** Bazar
** CVS
Modified:
creadur/rat/trunk/RELEASE_NOTES.txt
creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java
Modified: creadur/rat/trunk/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE_NOTES.txt?rev=1672493&r1=1672492&r2=1672493&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE_NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE_NOTES.txt Thu Apr 9 21:20:06 2015
@@ -35,6 +35,8 @@ Rat 0.12 (SNAPSHOT)
(thanks to Karl Heinz Marbaise)
* [RAT-198] - Upgrade to plexus-utils 3.0.20.
(thanks to Karl Heinz Marbaise)
+ * [RAT-172] - Exclude technical directories of source code management
systems and their ignore files from RAT scans.
+ Enabled for SVN,Git,Mercurial,Bazari and CVS.
Rat 0.11
========
Modified:
creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java?rev=1672493&r1=1672492&r2=1672493&view=diff
==============================================================================
---
creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java
(original)
+++
creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java
Thu Apr 9 21:20:06 2015
@@ -1,14 +1,14 @@
package org.apache.rat.mp;
+import org.apache.maven.plugin.logging.Log;
+import org.apache.rat.config.SourceCodeManagementSystems;
+import org.codehaus.plexus.util.DirectoryScanner;
+
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Set;
-import org.apache.maven.plugin.logging.Log;
-import org.apache.rat.config.SourceCodeManagementSystems;
-import org.codehaus.plexus.util.DirectoryScanner;
-
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file