Re: mavenrun plugin?

2006-11-28 Thread Aleksei Valikov
Hi You might want to checkout the maven-invoker-plugin. It's SVN at: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-invoker-plugin and IIRC has a snapshot deployed to the snapshot repository: pluginRepositories pluginRepository idapache.snapshots/id

mavenrun plugin?

2006-11-27 Thread Aleksei Valikov
Hi. Is there something like the mavenrun plugin? I'm building an assembly of one of the modules. After that I'd like to check if this assembly is buildable. That is, I'd like to extract the resulting zip into some folder and run maven with it (during the integration-test phases). I know how

Re: mavenrun plugin?

2006-11-27 Thread John Casey
PROTECTED] wrote: Hi. Is there something like the mavenrun plugin? I'm building an assembly of one of the modules. After that I'd like to check if this assembly is buildable. That is, I'd like to extract the resulting zip into some folder and run maven with it (during the integration-test phases). I