Are there any plans for to allow better access to custom life cycle phases in maven-2.1?
In particular, I would like to be able to configure a plugin to execute during some of the lifecycle phases of the maven-release-plugin. The current mechanism of specifying goals to run during the preparation phase is not sufficient for all use cases. For instance in http://jira.codehaus.org/browse/MRELEASE-235 we need to execute a goal either at the end of the 'scm-commit-development' phase or the beginning of the 'end-release' phase. The patch I have provided is a hack at best. I would much rather be able to configure my plugin to execute during the 'end-release' phase instead. Is there any way to achieve that now or will it be possible to in the future? William --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
