Hello All,
Does anyone know how to add phases to the ReleaseManager "preparePhases". Ideally I would like to implement an "org.apache.maven.shared.release.phase.ReleasePhase" and add it to the list of "preparePhases" so that it runs after "create-backup-poms" and before "map-release-versions". I can write the ReleasePhase class with the "@plexus.component" annotation to get the components.xml file to be generated, but I cannot get the ReleaseManager to actually call upon my new phase. Anyone have any ideas? Thanks, Michael
