ottlinger commented on code in PR #450:
URL: https://github.com/apache/creadur-rat/pull/450#discussion_r2012487321
##########
apache-rat-tasks/pom.xml:
##########
@@ -118,29 +124,12 @@
<configuration>
<includeArtifactIds>apache-rat-core</includeArtifactIds>
<excludeClassifiers>tests</excludeClassifiers>
- <include>META-INF/RELEASE_NOTES.txt</include>
+ <includes>META-INF/RELEASE_NOTES.txt</includes>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
- <plugin>
Review Comment:
We should check if the project still works in Eclipse. I remember that
Eclipse sometimes does strange things with generated files that are copied into
the source tree ....
--
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]