I started creating my integration tests modeled after maven's shade plugin's
ITs but I have to assert quite a bit.  The BeanShell scripts are pretty
hairy.  Is there a (convenient/standard) way to do this from a junit test?


On Sat, Dec 12, 2009 at 12:34 PM, Jason van Zyl <[email protected]> wrote:

> Look at any of the core plugins and the ITs that Benjamin has created
> there. Most of them have ITs now and they use the invoker plugin which is
> what we use in the Maven ITs as well.
>
> https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin
>
> On 2009-12-12, at 10:03 AM, Kurt Zettel wrote:
>
> > I have a custom build plugin which was tested with MavenEmbedder.  In the
> > latest alpha release MavenEmbedder was removed.  I am trying to follow
> best
> > practices for running a full, automated integration test, specifically
> > following the example at the bottom of this page:
> > http://maven.apache.org/plugin-developers/plugin-testing.html.  Is there
> an
> > updated page on creating this sort of test or an example I can follow of
> how
> > I can run these tests with the updated Maven version?  Are any existing
> > plugins testing using this method?
> >
> >
> > Thank You,
> >
> > Kurt Zettel
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> http://twitter.com/jvanzyl
> ----------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to