On 3/19/06, Andreas Guther <[EMAIL PROTECTED]> wrote:

> So far I could not find a page that lists all available options that can
> be set with MAVEN_OPTS and I wonder if such one exists.

These aren't Maven specific, they're just the normal JVM options that
you can see with:

   java -X

Look in mvn.bat to see how MAVEN_OPTS is used.  It's passed on the
command line right after the Java executable and before the classpath.

The only page I can find is this one.  Is there a corresponding m2 version?

 * http://maven.apache.org/maven-1.x/reference/command-line.html

HTH,
--
Wendy

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

Reply via email to