Re: [m2] Moving xx-resources phases was : Re: Creating mock objects for core components

2006-02-12 Thread Raphaël Piéroni
Brett Porter a écrit : Piéroni Raphaël wrote: Hello, And to fix the AxisTool plugin problem of adding resource after the compile phase maybe the generate-resources and process-resources can by moved after the compile phase. Is this a good idea or is there a reason for the x-resources phase

Re: Creating mock objects for core components

2006-02-10 Thread Jesse Kuhnert
people > need. > > -Original Message- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: Friday, February 10, 2006 06:12 > To: Maven Developers List > Subject: RE: Creating mock objects for core components > > > My personal preference would be src/mock/... st

Re: [m2] Moving xx-resources phases was : Re: Creating mock objects for core components

2006-02-10 Thread Brett Porter
Piéroni Raphaël wrote: > Hello, > > And to fix the AxisTool plugin problem of adding resource after the compile > phase maybe the generate-resources and process-resources can by moved after > the compile phase. > > Is this a good idea or is there a reason for the x-resources phases to be > before

[m2] Moving xx-resources phases was : Re: Creating mock objects for core components

2006-02-10 Thread Piéroni Raphaël
fecycle, then it would be fairly easy to use it for a test > compile lifecycle and a mock-object lifecycle and anything else people > need. > > -Original Message- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: Friday, February 10, 2006 06:12 > To: Maven Develop

RE: Creating mock objects for core components

2006-02-10 Thread Allison, Bob
object lifecycle and anything else people need. -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 06:12 To: Maven Developers List Subject: RE: Creating mock objects for core components My personal preference would be src/mock/... structured l

RE: Creating mock objects for core components

2006-02-10 Thread Allison, Bob
D] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Thursday, February 09, 2006 17:06 To: Maven Developers List Subject: Creating mock objects for core components Hi, I think it'd be useful to create a project with mock objects, eg Artifact, MavenProject,... as I have al

Creating mock objects for core components

2006-02-09 Thread Carlos Sanchez
Hi, I think it'd be useful to create a project with mock objects, eg Artifact, MavenProject,... as I have already seen some implementations in plugins test (eg. jar plugin), to avoid repetition and make it easy to test stuff. it doesn't mean start making mocks right now, but setting up a place whe