Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-26 Thread Dan Tran
Very promising. Thanks -Dan On Sun, Jun 26, 2016 at 2:48 PM, Benson Margulies wrote: > On Sat, Jun 25, 2016 at 6:06 PM, Dan Tran wrote: > > Hi Benson, > > > > Could you please elaborate more details? > > > > Sounds like you have this working which is

Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-26 Thread Benson Margulies
On Sat, Jun 25, 2016 at 6:06 PM, Dan Tran wrote: > Hi Benson, > > Could you please elaborate more details? > > Sounds like you have this working which is a good news. I very prefer one > single repo Dan, it's all in the doc, and I'm not claiming that it's always a great idea.

Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-25 Thread Dan Tran
Hi Benson, Could you please elaborate more details? Sounds like you have this working which is a good news. I very prefer one single repo Thanks -Dan On Sun, Jun 19, 2016 at 4:14 AM, Benson Margulies wrote: > You don't put it in the URL. > > subdir/pom.xml > > > > On

Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-19 Thread Benson Margulies
You don't put it in the URL. subdir/pom.xml On Fri, Jun 17, 2016 at 10:21 PM, Dan Tran wrote: > Hi > > I would like to host multiple multi-module maven projects, each project has > its own top level folder > under same GIT repository > > is it possible to release each

Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-18 Thread Robert Scholte
There's still a wish to support releases with an aggregator, where the aggregator itself is not part of any release and where the aggregator points to release roots or other aggregators. I've created some utility methods in maven-project-utils to detect what kind of project every pom.xml is.

Single Git repo,multiple independent releasable folders using release plugin??

2016-06-17 Thread Dan Tran
Hi I would like to host multiple multi-module maven projects, each project has its own top level folder under same GIT repository is it possible to release each project using maven release plugin?, if so, what would be SCM URL for each folder? Advice are greatly appreciated. -Dan