ottlinger commented on code in PR #11521:
URL: https://github.com/apache/maven/pull/11521#discussion_r2592290687


##########
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:
   .mvn is part of the MAVEN-default excludes
   
   You could use
   <inputExcludeStds>
   <exclude>ALL</exclude>
   </inputExcludeStds>
   or
   <exclude>MAVEN</exclude>
   iff you only want the MAVEN excludes.
   



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

Reply via email to