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

ASF GitHub Bot commented on STREAMS-546:
----------------------------------------

steveblackmon closed pull request #396: STREAMS-546: Allow rat plugin to ignore 
.conf files in project root
URL: https://github.com/apache/streams/pull/396
 
 
   

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/pom.xml b/pom.xml
index 037e11890..b2c57509d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -658,6 +658,7 @@
                             <exclude>.git/**</exclude>
                             <exclude>.idea/**</exclude>
                             <exclude>.java-version</exclude>
+                            <exclude>*.conf</exclude>
                             <exclude>**/DEPENDENCIES</exclude>
                             <exclude>**/LICENSE</exclude>
                             <exclude>**/MANIFEST.MF</exclude>
@@ -676,7 +677,7 @@
                             <exclude>**/*.svg</exclude>
                             <exclude>dependency-reduced-pom.xml</exclude>
                             <exclude>rat.txt</exclude>
-                            <exclude>apache-maven-3.3.9/**/*</exclude>
+                            <exclude>apache-maven-*/**/*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>


 

----------------------------------------------------------------
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


> Allow rat plugin to ignore .conf files in project root
> ------------------------------------------------------
>
>                 Key: STREAMS-546
>                 URL: https://issues.apache.org/jira/browse/STREAMS-546
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>
> The release process involves creating conf files in the project root to 
> support integration tests.  There's no reason to require a developer to put 
> apache license headers on their personal conf files, and there are no other 
> conf files in the project files which should be so licensed, so it seems 
> appropriate to just ignore all conf files in project root.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to