Philippe Faes wrote:
Dear all,

I have a maven2 project that depends on many other projects. Obviously
when I run "mvn compile" all needed jars are downloaded into the local
repo. Now I want to run my project from the command line (without
maven), but I'm not sure which CLASSPATH to use.
Can maven generate a CLASSPATH for me?

You might want to look at the appassembler for a plugin that can generate wrapper scripts.

You will have to build and install it yourself but it is useful.

[1]: http://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/appassembler-maven-plugin/

--
Trygve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to