Hello Codehaus mojo community, build-helper-maven-plugin has a nice goal, remove-project-artifact<http://mojo.codehaus.org/build-helper-maven-plugin/remove-project-artifact-mojo.html>, which I find useful to cleanup large project artifacts, to minimize project disk space footprint on CI server.
By default this plugin goal binds to package phase, but as it's supposed to execute before plugin's typically bound to package phase, like maven-jar-plugin, I'd propose to change default phase from package to prepare-package - to free up disk space before new package gets made. I'm interested what does community and plugin developers think about this idea? Kind regards, Stevo Slavic.