Browse Source

must work for mvnDebug too

pull/47/head
Olivier Lamy 12 years ago
parent
commit
e0f1fd779d
  1. 2
      available-plugins/maven/etc/jenv.d/exec/maven-before.bash

2
available-plugins/maven/etc/jenv.d/exec/maven-before.bash

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
if [ "$1" = "mvn" ]; then
if [ "$1" = "mvn" -o "$1" = "mvnDebug" ]; then
if [ -n "$JENV_OPTIONS" ]; then
if [ -z "$MAVEN_OPTS" ]; then
exportVariable MAVEN_OPTS $JENV_OPTIONS

Loading…
Cancel
Save