RE: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Brian E. Fox
I saw an email about this recently but can't find it. I thought someone had a plugin ready to be posted. I'm not sure the projecthelp plugin is the right place, that seems to be more for pom development and debugging than something for use at runtime. That said, I don't have any good suggestions

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Jason van Zyl
Brian E. Fox wrote: I saw an email about this recently but can't find it. I thought someone had a plugin ready to be posted. I'm not sure the projecthelp plugin is the right place, that seems to be more for pom development and debugging than something for use at runtime. That said, I don't have

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Jesse McConnell
I would lean towards a generalized project utilities mojohosted at mojo that does things like add new source roots, do minor post compile phase compiling...little targeted functionalities implemented as mojo goals.. this has been kicked back and forth for quite some time now :) jesse On

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Jason van Zyl
Jesse McConnell wrote: I would lean towards a generalized project utilities mojohosted at mojo that does things like add new source roots, do minor post compile phase compiling...little targeted functionalities implemented as mojo goals.. this has been kicked back and forth for quite some

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread dan tran
How about build-helper-maven-plugin? so we can focus on smaller scope? so we will have build-helper:add-source build-helper:add-resource. mojos to start with -D On 12/22/05, Jason van Zyl [EMAIL PROTECTED] wrote: Jesse McConnell wrote: I would lean towards a generalized project

RE: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Brian E. Fox
+1 -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 6:19 PM To: Maven Developers List Subject: Re: helper mojo to add additional source root - where should it be? How about build-helper-maven-plugin? so we can focus on smaller scope? so we

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread Jesse McConnell
yep, that was what I was thinking On 12/22/05, dan tran [EMAIL PROTECTED] wrote: How about build-helper-maven-plugin? so we can focus on smaller scope? so we will have build-helper:add-source build-helper:add-resource. mojos to start with -D On 12/22/05, Jason van Zyl [EMAIL

Re: helper mojo to add additional source root - where should it be?

2005-12-22 Thread dan tran
ok, build-helper-maven-plugin will be in mojo's sandbox soon Thank you for all suggestions -Dan On 12/22/05, Jesse McConnell [EMAIL PROTECTED] wrote: yep, that was what I was thinking On 12/22/05, dan tran [EMAIL PROTECTED] wrote: How about build-helper-maven-plugin? so we can focus