I found this thread that explains a little bit more about the MAVEN_OPTS
settings:

<http://mail-archives.apache.org/mod_mbox/maven-users/200603.mbox/%3c566
[EMAIL PROTECTED]>

Andreas


-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 19, 2006 9:19 AM
To: Maven Users List
Subject: Re: MAVEN_OPTS - Is there a overview page

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]



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

Reply via email to