]
Brian Stansberry commented on WFLY-14211:
-----------------------------------------
One thing that might be an issue is if there is no way to do this without taking over the
version of the thing that does the normal clean execution.
Always cleaning feature pack modules
------------------------------------
Key: WFLY-14211
URL:
https://issues.redhat.com/browse/WFLY-14211
Project: WildFly
Issue Type: Task
Components: Build System
Reporter: Brian Stansberry
Priority: Minor
http://maven.apache.org/plugins/maven-clean-plugin/usage.html#Running_the...
^^^ might be useful for our maven modules that build feature packs.
I often get failed FP builds as i switch from branch to branch and I believe it's
because the target dir has stuff left over from a previous build, e.g. layer-spec.xml
files etc, that no longer match the current branch. Doing mvn clean install for the whole
build is annoying; WF is a huge build. And manually cleaning a few modules is also
annoying. But it seems you can turn on a clean as part of the module's own pom.