slawekjaranowski commented on code in PR #11521:
URL: https://github.com/apache/maven/pull/11521#discussion_r2593169801
##########
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:
ok, I have changed to MAVEN .... and have:
````
1647 [INFO] --- apache-rat:0.17:check (rat-check) @ maven ---
1832 [WARNING] Basedir is : /Users/slawomir.jaranowski/repos/apache/maven
1838 [INFO] Excluding patterns: Jenkinsfile, **/.gitattributes,
src/test/resources*/**, src/test/projects/**, src/test/remote-repo/**, its/**,
**/*.odg, **/*.svg, .asf.yaml, .jbang/**,
src/main/appended-resources/licenses/EPL-1.0.txt,
src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt,
src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt,
.java-version, .repository/**, .maven/spy.log, dependency-reduced-pom.xml,
.asf.yaml, api/**, impl/**, compat/**, apache-maven/**
1838 [INFO] Excluding MAVEN collection.
1838 [INFO] Excluding MAVEN collection.
1838 [INFO] Excluding ECLIPSE collection.
1838 [INFO] Excluding IDEA collection.
1838 [INFO] Processing exclude file from STANDARD_SCMS.
1838 [INFO] Excluding STANDARD_SCMS collection.
1871 [INFO] Excluding MISC collection.
1871 [INFO] Excluding HIDDEN_DIR collection.
````
so MAVEN is processed twice ... I still can not disable default list ....
--
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]