jenkinsci / winp

Windows process management library
http://winp.kohsuke.org/
MIT License
65 stars 39 forks source link

`mvn clean` does not clean native components #119

Open basil opened 5 months ago

basil commented 5 months ago

Invoking mvn clean removes the target/ directory but not the native components. It should somehow invoke build.cmd clean in a similar fashion to how the normal build invokes build.cmd build.

basil commented 5 months ago

CC @pbo-linaro

pbo-linaro commented 5 months ago

Thanks for the report. This is something we can happily fix after merging https://github.com/jenkinsci/winp/pull/112.

basil commented 5 months ago

This is not blocked on #112. The regression was introduced in #116 and should be fixed independently of #112.