RE: Plugin testing strategy

2007-05-02 Thread Brian E. Fox
There's a lot of test code in the dependency-plugin that could be usefull. -Original Message- From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:53 AM To: dev@maven.apache.org Subject: Plugin testing strategy I am using the maven-plugin-te

Re: Plugin testing strategy

2007-05-02 Thread Stephane Nicoll
Check the war plugin which creates ArtifactStub on the fly. HTH, Stéphane On 5/2/07, Sommers, Elizabeth <[EMAIL PROTECTED]> wrote: I am using the maven-plugin-testing-harness for general unit-testing of my plugins, but I find that I need something to test how I am processing dependencies.

Plugin testing strategy

2007-05-02 Thread Sommers, Elizabeth
I am using the maven-plugin-testing-harness for general unit-testing of my plugins, but I find that I need something to test how I am processing dependencies. Does anybody have a good strategy for unit-testing behavior that depends on the dependencies? Thanks Liz [EMAIL PROTECTED]