Hi there
As per instructions at
https://github.com/apache/maven-remote-resources-plugin
I have resources outside of src/main/resources directory I would like
bundled. These are nevertheless packaged in the project JAR.
Since packaging a JAR is a prerequisite to unbundling, it seems logical to
change the default resourcesDirectory from "${basedir}/src/main/resources"
to "${project.build.outputDirectory}" and adjust the phase from initialize
to prepare-package.
https://maven.apache.org/plugins/maven-remote-resources-plugin/bundle-mojo.html
Do you think a PR for this will float?
Thanks,
Delany