AW: Force versions plugin to remove snapshots

2009-08-31 Thread Lewis, Eric
:16 An: Maven Users List Betreff: Re: Force versions plugin to remove snapshots versions:set -DnewVersion=7.8.9 2009/8/28 Lewis, Eric eric.le...@ipi.ch Hi With our build, we have a top-down approach to our releases: We have a hierarchy of POMs, and the one closest to the project

Re: Force versions plugin to remove snapshots

2009-08-31 Thread Stephen Connolly
* with the dependencies in that POM, not with the version of the POM's project. Best regards, Eric -Ursprüngliche Nachricht- Von: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Freitag, 28. August 2009 18:16 An: Maven Users List Betreff: Re: Force versions plugin

AW: Re: Force versions plugin to remove snapshots

2009-08-31 Thread Lewis, Eric
: Freitag, 28. August 2009 18:16 An: Maven Users List Betreff: Re: Force versions plugin to remove snapshots versions:set -DnewVersion=7.8.9 2009/8/28 Lewis, Eric eric.le...@ipi.ch Hi With our build, we have a top-down approach to our releases: We have

Re: Re: Force versions plugin to remove snapshots

2009-08-31 Thread Stephen Connolly
Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Freitag, 28. August 2009 18:16 An: Maven Users List Betreff: Re: Force versions plugin to remove snapshots versions:set -DnewVersion=7.8.9 2009/8/28 Lewis, Eric eric.le...@ipi.ch Hi With our

AW: Re: Re: Force versions plugin to remove snapshots

2009-08-31 Thread Lewis, Eric
Well I'm hoping to refactor v-m-p real soon now to split out the version checking stuff as an api .jar which would allow writing an m-enforcer-p rule to allow you to force projects to only release with the latest version of internal dependencies Great, I'm looking forward to that!

Force versions plugin to remove snapshots

2009-08-28 Thread Lewis, Eric
Hi With our build, we have a top-down approach to our releases: We have a hierarchy of POMs, and the one closest to the project contains all versions of all our projects. Now, to release that, we have to remove the -SNAPSHOT from the versions. I wanted to do this with the versions plugin, but

Re: Force versions plugin to remove snapshots

2009-08-28 Thread Stephen Connolly
versions:set -DnewVersion=7.8.9 2009/8/28 Lewis, Eric eric.le...@ipi.ch Hi With our build, we have a top-down approach to our releases: We have a hierarchy of POMs, and the one closest to the project contains all versions of all our projects. Now, to release that, we have to remove the