I'm using maven 3.0.1 in ubuntu 10.10, I'm trying to do:
export JAVA_OPTS="-Dfoo=bar"
mvn clean install
And my build does not work. However, when I do
mvn clean install -Dfoo=bar
It works.
Does anyone have any idea why this happens?
|
I'm using maven 3.0.1 in ubuntu 10.10, I'm trying to do:
And my build does not work. However, when I do
It works. Does anyone have any idea why this happens? |
||||
|
|
Maven doesn't use |
|||