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 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. But if you add
>
>  subdir/pom.xml
>
> to the m-r-p configuration, it works. I don't have a working example
> in a useful place, but there are IT's for it in the m-r-p.
>
>
>
>
> >
> > 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 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 project using maven release plugin?, if
> >> so,
> >> > what would be SCM URL for each folder?
> >> >
> >> > Advice are greatly appreciated.
> >> >
> >> > -Dan
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


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. But if you add

 subdir/pom.xml

to the m-r-p configuration, it works. I don't have a working example
in a useful place, but there are IT's for it in the m-r-p.




>
> 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 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 project using maven release plugin?, if
>> so,
>> > what would be SCM URL for each folder?
>> >
>> > Advice are greatly appreciated.
>> >
>> > -Dan
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>

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



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 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 project using maven release plugin?, if
> so,
> > what would be SCM URL for each folder?
> >
> > Advice are greatly appreciated.
> >
> > -Dan
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


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 project using maven release plugin?, if so,
> what would be SCM URL for each folder?
>
> Advice are greatly appreciated.
>
> -Dan

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



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. This was the start to support such  
feature.


thanks,
Robert

On Sat, 18 Jun 2016 04:21:01 +0200, 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 project using maven release plugin?, if  
so,

what would be SCM URL for each folder?

Advice are greatly appreciated.

-Dan


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



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