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

Robert Burrell Donkin commented on RAT-126:
-------------------------------------------

The 'No excludes' message is quite confusing. I've improved this message and 
added extra debug logging. 

For me, mvn org.apache.rat:apache-rat-plugin:0.9-SNAPSHOT:check now ignores the 
.git/ directory, via plexus DirectoryScanner.DEFAULTEXCLUDES. I'm using mvn 
3.0.5.

So, I think this might be fixed. Please retest once the release candidate is 
available.


                
> Default excludes do not ignore .git/ repository
> -----------------------------------------------
>
>                 Key: RAT-126
>                 URL: https://issues.apache.org/jira/browse/RAT-126
>             Project: Apache Rat
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 0.8
>         Environment: Windows 7, Maven 3.0.4, Oracle JDK 1.7.0_11, Eclipse
>            Reporter: Bernd Eckenfels
>            Priority: Minor
>
> When running the RAT 0.8 maven plugin from command line (no POM entry for the 
> plugin) in a Eclipse+Maven project which is checked out from .git/ the plugin 
> will not by default exclude the repository dotdir.
> C:\ws\proj>\ws\apache-maven-3.0.4\bin\mvn -s ..\empty.xml 
> org.apache.rat:apache-rat-plugin:check
> ...
> [INFO] --- apache-rat-plugin:0.8:check (default-cli) @ et-otp ---
> [INFO] No excludes
> ...
> The excludes should eighter be contained in the eclipse defaults or have its 
> own dotfile or scm category. A workaround would be to specify the excludes, 
> unfortunatelly there seems to be no expression associated with the exclude 
> property of the mojo.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to