IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

Rename resources folder to bundleParts #152

Closed sophiegreen closed 4 years ago

sophiegreen commented 4 years ago

Signed-off-by: Sophie Green sophiegr@uk.ibm.com

sophiegreen commented 4 years ago

In the Gradle plugin the bundleParts directory is configurable in case the user wanted to use a different location for whatever reason. Might be nice if Maven did the same, but probably not crucially important.

Interesting, thanks. I'll take a look at how the user configures that for Gradle and see if it makes sense to do something similar for Maven.