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
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
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
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
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
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
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