Is it possible to change the default maven target?
1 answer
You cannot unbind the target without changing the default Built-in Lifecycle Bindings . AFAIK, the only way to disable or replace the target is to use type boxing pom
and rebuild everything manually in different stages.
+3
a source to share