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

Remove working directory when running single-module mojos #194

Closed ind1go closed 2 years ago

ind1go commented 2 years ago

If the single-module mojos (any that inherit AbstractBundleJavaMojo) are run more than once without cleaning, they fail to overwrite existing files in the working directory.

Fixes #191.

First commit has a test and should fail... second commit has the fix.