users@glassfish.java.net

Re: maven-embedded-glassfish-plugin: documentation?

From: Laird Nelson <ljnelson_at_gmail.com>
Date: Thu, 3 Feb 2011 09:19:00 -0500

On Thu, Feb 3, 2011 at 8:59 AM, Bhavanishankar <bshankar_at_sun.com> wrote:

> If you configure surefire to run the tests during integration-test phase,
> the destination target/yourapp.[war|jar|ear] would have all the dependencies
> pulled into it.
>
> You can follow one of the pom.xml from my devtests.
>

Now I understand; the key part for me was: always run the plugin during the
integration-test phase. So scattered archive support is not necessary.

Best,
Laird