> I am suggesting that you have a local aggregator pom one level up...
> you don't need to check that pom out at all. You just use that pom
> locally to group all the source you have checked out and construct a
> reactor from the checkout... 

OK, but you have to write a pom just for the current release, based on what
you want to release.
I would like just to press a button (i'm using jenkins plugin for maven
releases) to release a project. If this project has non release
dependencies, well, release them just before, update the version of these
dependencies in the pom of the project, and release this project.

> Maven (at least 3.0.x) will build the modules in dependency order, not
> in module order. 

Yes, Maven 2 already does this. 

What I'm currently is a script that calls mvn release:prepare
release:perform on each project I want to release, in the same order than
Maven reactor is giving me.

--
View this message in context: 
http://maven.40175.n5.nabble.com/Relesa-a-project-and-all-its-snapshot-dependencies-without-an-aggregator-tp4527536p4527744.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to