Possibly you could use the preparationGoals parameter: http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#preparationGoals
However, as you're new to Maven, it would so much better if you told us what you want to do and we would be able to tell you have to do it. Doing what you're explaining is most likely not the correct Maven way. /Anders On Fri, Sep 10, 2010 at 13:07, <[email protected]> wrote: > Hello All, > > I am a relatively new user to maven so please bear with me. I am using the > maven-release-plugin and as part of the release:prepare goal i want to run > some custom ant code. Can some one please help me how to do this? I found > the maven-ant plugin but it requires a <phase> to add custom ant execution > steps, the release plugin has no such phase ? > > Thanks > Anishek >
