Closed ielis closed 4 years ago
I think if the file is present at the standard location, it should be copied into the build directory by default by this plugin. No need to specifically include the file, unless we need to e.g. perform filtering.
However, when making JAR file, we might need to specify the log4j2.xml
in order to bundle the file into JAR. But that's a different plugin, isn't it?
Hi @pnrobinson , I'd like to point out that specifying the
maven-resource-plugin
on line 60 invmvt-cli/pom.xml
is redundant. The default behavior does the same thing without adding complexity and a potential bugs to thepom.xml
.Please feel free to merge and delete the branch if you think the suggested changes are appropriate