You may look at the shitty maven plugin (
http://mojo.codehaus.org/shitty-maven-plugin/) to run some maven execution
as part of a maven integration-test phase. It is designed for plugins, but
may also work for archetypes.

Nico.



2007/11/23, Dirk Olmes <[EMAIL PROTECTED]>:
>
> Dirk Olmes wrote:
> > Hi,
> >
> > I would like to test my custom archetype project, i.e. as part of the
> > test run the archetype and compile the output. I had a look at the
> > maven-archetype-plugin and the various plugins that come with it already
> > but there's nothing there.
> >
> > I alredy went down the route of using exec-maven-plugin to run mvn as
> > part of the build cycle but that fails for me.
>
> Correction: it works if you do it right :-) I had issued the wrong maven
> command to bulid the reactor.
>
> Still looking for other approaches to testing archetypes,
>
> -dirk
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to