Right, user.language and user.country are used by the Java Locale class (which is part of the JDK and hence not specific to maven. For details, take a look at http://java.sun.com/j2se/1.5.0/docs/api/java/util/Locale.html.

CU,

Gunther

Andreas Guther schrieb:
I see.  Something like "MAVEN_OPTS=-Duser.language=en -Duser.country=US"
would also not be Maven specific, I suppose.

I saw this in another thread.



-----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]




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

Reply via email to