Hi,

I'm using Maven 1.1 for a Java (1.5) project on Mac 10.5.6. I have a number
of unit tests within a sub-folder of my "test" directory. In order to run
everything smoothly, I must run a command like below when I cd into my test
directory:

maven -Dhttp.nonProxyHosts=localhost test:test

My question is, do you know a file or somewhere I can place the
"-Dhttp.nonProxyHosts=localhost" option so I can just run "maven test:test"?
When I pass this project on to another developer, I don't want to have to
explicitly tell them to include this option.

Thanks, - Dave 

-- 
View this message in context: 
http://old.nabble.com/Anyone-know-how-to-auto-include-this-option-when-I%27m-running-tests--tp26201165p26201165.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to