Claudenw commented on code in PR #637:
URL: https://github.com/apache/creadur-rat/pull/637#discussion_r3319115078
##########
apache-rat-plugin/src/test/resources/unit/it5/pom.xml:
##########
@@ -28,12 +28,12 @@
<version>@pom.version@</version>
<configuration>
<outputStyle>xml</outputStyle>
- <config>.rat/customConfig.xml</config>
- <inputExcludes>
- <exclude>.rat/**</exclude>
- <exclude>pom.xml</exclude>
- <exclude>invoker.properties</exclude>
- </inputExcludes>
+ <configs>
+ <config>.rat/customConfig.xml</config>
+ </configs>
+ <inputExcludes>.rat/**</inputExcludes>
Review Comment:
I asked on the Maven dev mailing list for guidance on the standard Maven
way. We will follow whatever comes from that.
--
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]