Re: CD, version numbers, IDE integration

2014-09-01 Thread Jason van Zyl
We will have a full write up but we need to change the way resolution works to make building partial sets from the reactor correctly (--projects, --am, and --amd). My requirement is that there be full documentation before we release it. On Aug 31, 2014, at 10:40 PM, Milos Kleint

CD, version numbers, IDE integration

2014-08-31 Thread Benson Margulies
As of Maven 3.2.x, we have this ability to parameterize a project version, or to drop some sort of extension point module into a Maven install to take control of versioning. I'm considering pushing this as an approach. However, I would be grateful for some more details about it. Has anyone

Re: CD, version numbers, IDE integration

2014-08-31 Thread Jason van Zyl
Takari's CD solution will be open sourced around the end of September. We have two implementations in progress: one for a customer with a large project (500+ modules) in p4, and another for Facebook Presto which is a smaller project (20+ modules). The large project has been using the mechanism

Re: CD, version numbers, IDE integration

2014-08-31 Thread Mark Derricutt
Currently IntelliJ embeds 3.0.5 and gets perplexed over anything 3.2.x specific ( it really doesn't like the tiles plugin ). I have a fork of Idea where I've bumped the embedded version of Maven but as yet, it dies horribly with RMI Classloader issues :( On 1 Sep 2014, at 4:57, Benson

Re: CD, version numbers, IDE integration

2014-08-31 Thread Milos Kleint
netbeans is also embedding 3.0.5 (which is used for project loading exclusively, for building any version can be used) Milos On Mon, Sep 1, 2014 at 8:22 AM, Mark Derricutt m...@talios.com wrote: Currently IntelliJ embeds 3.0.5 and gets perplexed over anything 3.2.x specific ( it really