Hi Harold,

On Thu, Apr 1, 2010 at 1:53 PM, shinsato <har...@shinsato.com> wrote:
>
> How can you run integration or acceptance tests separately from the compile
> and package lifecycle phases using maven?

You could always create a separate test-oriented module, which depends
on the code you want to test, and just run your tests through it.
There's no way in Maven to guarantee that you're testing against the
exact artifact produced from another module unless it is within the
same reactor. Hudson fingerprinting kind of gets you there but.....

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to