[m2] fileset

2005-09-01 Thread Ashley Williams
I have my source code on a single tree but wish to build two artifacts out of it with two different poms. Is there some concept such as a file set so that each project will only see the relevant files for compiling and jaring etc? Thanks - AW ---

Re: [m2] fileset

2005-09-01 Thread dan tran
in Maven 1, you use sourceModifications in Maven 2, you use compiler plugin filter set -D On 9/1/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > I have my source code on a single tree but wish to build two > artifacts out of it with two different poms. Is there some concept > such as a fil

Re: [m2] fileset

2005-09-01 Thread dan tran
btw, this feature is not in alpha 3 thou, but the latest trunk -D On 9/1/05, dan tran <[EMAIL PROTECTED]> wrote: > > in Maven 1, you use sourceModifications > in Maven 2, you use compiler plugin filter set > -D > > On 9/1/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > > > I have my s

Re: [m2] fileset, how to work on large projects

2005-09-01 Thread Ashley Williams
Thanks, that should get me going for now, at least for the compile lifecycle (still need to think about recources etc). I'm actually trying to figure out a much broader way of working, i.e. imagine starting a project with a dozen developers all working on many source files. Am I mistaken in

Re: [m2] fileset, how to work on large projects

2005-09-01 Thread dan tran
On 9/1/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > Thanks, that should get me going for now, at least for the compile > lifecycle (still need to think about recources etc). I'm actually > trying to figure out a much broader way of working, i.e. imagine > starting a project with a dozen dev