Claudenw commented on code in PR #637:
URL: https://github.com/apache/creadur-rat/pull/637#discussion_r3325390345
##########
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:
OK. I have an answer and will implement the changes when I split the maven
UI into its new module
--
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]