You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wim Deblauwe <wi...@gmail.com> on 2005/06/06 16:51:23 UTC

Maven plugin to start a java file?

May sound strange, but is there a Maven plugin that starts a certain
java class using "java.exe" or "javaw.exe" ? Could not find it in the
plugins section of the documentation

regards,

Wim

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


Re: Maven plugin to start a java file?

Posted by Wim Deblauwe <wi...@gmail.com>.
Sure, but you need to know how to access the classpath also, so it's
easier if a plugin handles this for you.

regards,

Wim

2005/6/6, Alex Soto <ap...@gmail.com>:
> you could also use the ant <java> task in an maven.xml
> 
> On 6/6/05, Wim Deblauwe <wi...@gmail.com> wrote:
> >
> > May sound strange, but is there a Maven plugin that starts a certain
> > java class using "java.exe" or "javaw.exe" ? Could not find it in the
> > plugins section of the documentation
> >
> > regards,
> >
> > Wim
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
>

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


Re: Maven plugin to start a java file?

Posted by Alex Soto <ap...@gmail.com>.
you could also use the ant <java> task in an maven.xml

On 6/6/05, Wim Deblauwe <wi...@gmail.com> wrote:
> 
> May sound strange, but is there a Maven plugin that starts a certain
> java class using "java.exe" or "javaw.exe" ? Could not find it in the
> plugins section of the documentation
> 
> regards,
> 
> Wim
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>