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

ASF GitHub Bot commented on WAGON-499:
--------------------------------------

olamy closed pull request #43: [WAGON-499] fix apache-rat complains about 
Eclipse .checkstyle files
URL: https://github.com/apache/maven-wagon/pull/43
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index 5eed4c10..ea247da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ target
 
 #eclipse
 .project
+.checkstyle
 .classpath
 .settings
 
diff --git a/pom.xml b/pom.xml
index 19cd18a8..6f6ded24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,6 +359,7 @@ under the License.
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <excludes combine.children="append">
+              <exclude>.checkstyle</exclude>
               <exclude>**/*.odg</exclude>
               <exclude>src/test/resources/**</exclude>
               <exclude>src/main/resources/default-server-root/**</exclude>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> apache-rat complains about Eclipse .checkstyle files
> ----------------------------------------------------
>
>                 Key: WAGON-499
>                 URL: https://issues.apache.org/jira/browse/WAGON-499
>             Project: Maven Wagon
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Ilya Basin
>            Priority: Major
>             Fix For: 3.0.1
>
>
> See RAT-246, SCM-862
> Due to my Eclipse plugins set, when I import a maven project, a .checkstyle 
> file is generated there. This breaks building maven-scm. target/rat.txt 
> mentions:
> Files with unapproved licenses:
>  .checkstyle file.
> Rat 0.13 will ignore .checkstyle by default, but it's not released yet.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to