Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Jeremy Jongsma
I assume he is referring to Git repositories, not Maven repositories, for hosting a set of mock projects with inter-dependencies that are representative of our use cases. Andrei, if you have a repository available, please grant me access and I'll be happy to contribute a use case example. -j On

Re: maven-release-plugin : How to better manage cascading releases

2013-02-27 Thread jeremy . jongsma
https://github.com/barchart/barchart-jenkins-m2release-plugin/wiki/Algorithm-Flow---Brain-Dump This brain dump now has me thinking that cascade releasing from the highest level project instead of lowest would be a cleaner and less "magical" solution; when triggering a release of a leaf project,

Re: maven-release-plugin : How to better manage cascading releases

2013-02-27 Thread jeremy . jongsma
Adding those two goals is a good idea, Keith - I should add them to our builds as well. Although, I would still have to kick off 15-20 sequential releases after a core project is updated with a new API I need access to. The two use cases we have right now involve single, large parent projects t