Re: maven.bat and -Xmx, remove MAVEN_DEFAULT_OPTS?

2003-06-03 Thread Matt Johnson
How 'bout just defaulting MAVEN_OPTS if and only if it ain't already set (see attached diff). This basically abolishes MAVEN_DEFAULT_OPTS and sets MAVEN_OPTS if it's not already set. If the user sets it at all, it overrides the -Xmx160m. (Disclaimer: Works On My Machine) Matt Vincent Massol

Re: Some hacks to the eclipse plugin

2003-04-02 Thread Matt Johnson
I'm not 100% on this, but I think the properties in dependency/properties are dynamic, which means that the only plugins which use "ear.bundle.war" as a dependency property are the ear and jdeveloper plugins, the only plugin which uses "war.bundle.jar" is the war plugin, the only plugin which u