AW: AW: Update release plugin to allow more fine-grained releases

2013-02-16 Thread christofer.d...@c-ware.de
m [mailto:chrisgw...@gmail.com] Gesendet: Samstag, 16. Februar 2013 02:11 An: Maven Developers List Betreff: Re: AW: Update release plugin to allow more fine-grained releases I can see your issue :-) and this is where you'll run into the opinionated nature of maven. :-) I work to the adage of w

Re: AW: Update release plugin to allow more fine-grained releases

2013-02-15 Thread Chris Graham
efully this explains the reasons a little more. > > Chris > > ____ > Von: Chris Graham [chrisgw...@gmail.com] > Gesendet: Donnerstag, 14. Februar 2013 22:45 > An: Maven Developers List > Betreff: Re: Update release plugin to allow more

AW: Update release plugin to allow more fine-grained releases

2013-02-15 Thread christofer.d...@c-ware.de
the reasons a little more. Chris Von: Chris Graham [chrisgw...@gmail.com] Gesendet: Donnerstag, 14. Februar 2013 22:45 An: Maven Developers List Betreff: Re: Update release plugin to allow more fine-grained releases If I understand what you've writte

Re: Update release plugin to allow more fine-grained releases

2013-02-14 Thread Chris Graham
> Von: Robert Scholte [rfscho...@apache.org] > Gesendet: Donnerstag, 14. Februar 2013 11:59 > An: Maven Developers List > Betreff: Re: Update release plugin to allow more fine-grained releases > > Be aware that you can't determine with which arguments the deploy was done.

AW: Update release plugin to allow more fine-grained releases

2013-02-14 Thread christofer.d...@c-ware.de
But thanks for that hint to check 2.3.2 ... I'll have a look at that this weekend :-) Von: Robert Scholte [rfscho...@apache.org] Gesendet: Donnerstag, 14. Februar 2013 11:59 An: Maven Developers List Betreff: Re: Update release plugin to allow more

AW: Update release plugin to allow more fine-grained releases

2013-02-14 Thread christofer.d...@c-ware.de
opers List Betreff: Re: Update release plugin to allow more fine-grained releases Be aware that you can't determine with which arguments the deploy was done. So if you check out the sources from tag, how should you re-install these projects? It should be as simple as 'mvn install'.

Re: Update release plugin to allow more fine-grained releases

2013-02-14 Thread Robert Scholte
Be aware that you can't determine with which arguments the deploy was done. So if you check out the sources from tag, how should you re-install these projects? It should be as simple as 'mvn install'. This means that the projects you don't want to release should keep their -SNAPSHOT version.

Update release plugin to allow more fine-grained releases

2013-02-13 Thread christofer.d...@c-ware.de
Hi, I was experimenting a little with the release plugin. In one of my experiments I gave it a really long list of dev- and release-versions for a lot of artifacts using the "-Dproject.rel." and "-Dproject.dev." properties. Then I limited my maven build to only process a hand full of modules.