ottlinger commented on code in PR #11521:
URL: https://github.com/apache/maven/pull/11521#discussion_r2592735791
##########
pom.xml:
##########
@@ -804,6 +815,37 @@ under the License.
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <inputExcludes>
+ <exclude>Jenkinsfile</exclude>
+ <exclude>**/.gitattributes</exclude>
+ <exclude>src/test/resources*/**</exclude>
+ <exclude>src/test/projects/**</exclude>
+ <exclude>src/test/remote-repo/**</exclude>
+ <exclude>its/**</exclude>
+ <exclude>**/*.odg</exclude>
+ <exclude>**/*.svg</exclude>
+ <exclude>.asf.yaml</exclude>
+ <exclude>.mvn/**</exclude>
Review Comment:
Sry, misunderstanding: ALL activates all possible exclusion lists.
If you only want specific ones, remove ALL and add an entry for each
Standard exclusion config you would like to have (ALL was just an example in
above comment).
Possible values are documented here:
https://creadur.apache.org/rat/apache-rat/standard_collections.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]