Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-04 Thread Barrie Treloar
On Sat, Aug 4, 2012 at 9:51 AM, Chris Graham chrisgw...@gmail.com wrote: On Fri, Aug 3, 2012 at 3:28 PM, Barrie Treloar baerr...@gmail.com wrote: On Fri, Aug 3, 2012 at 2:49 PM, Chris Graham chrisgw...@gmail.com wrote: Why make it so hard? Why cann't you filter the resources and/or package

Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-03 Thread Chris Graham
On Fri, Aug 3, 2012 at 3:28 PM, Barrie Treloar baerr...@gmail.com wrote: On Fri, Aug 3, 2012 at 2:49 PM, Chris Graham chrisgw...@gmail.com wrote: Why make it so hard? Why cann't you filter the resources and/or package them via the assembly plugin. Remember that plugins still run during

maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-02 Thread Barrie Treloar
I'm almost after something like eclipse extensions here. My particular use case: Get org.eclipse.tycho:tycho-versions-plugin:set-version to update non-pom.xml artifacts to the release version. I'm wondering whether it is as simple as creating my own classes in a jar, setting up plexus, inject the

Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-02 Thread Chris Graham
Why make it so hard? Why cann't you filter the resources and/or package them via the assembly plugin. Remember that plugins still run during the release process, so why not use them? I don't see why you need extensions here (but then, I've just come back from my first loong lunch in ages!)

Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-02 Thread Hervé BOUTEMY
isn't http://maven.apache.org/plugins/maven-release-plugin/examples/run-goals- before-commit.html sufficient? Le vendredi 3 août 2012 13:11:24 Barrie Treloar a écrit : I'm almost after something like eclipse extensions here. My particular use case: Get

Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-02 Thread Barrie Treloar
On Fri, Aug 3, 2012 at 2:49 PM, Chris Graham chrisgw...@gmail.com wrote: Why make it so hard? Why cann't you filter the resources and/or package them via the assembly plugin. Remember that plugins still run during the release process, so why not use them? Because these are not things you

Re: maven-release-plugin: Is it possible to participate in the release phases by adding in you own extensions?

2012-08-02 Thread Barrie Treloar
On Fri, Aug 3, 2012 at 2:55 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: isn't http://maven.apache.org/plugins/maven-release-plugin/examples/run-goals- before-commit.html sufficient? I think because the goal I want to run org.eclipse.tycho:tycho-versions-plugin:set-version will also