Re: Get system/environment variable into MOJO help

2006-02-22 Thread Napoleon Esmundo Ramirez
Hello, AFAIK, system properties doesn't have expressions like project properties do. Using System.getProperty() will work, but you'd be better off passing parameters (just like how you mentioned) as the advantages are: you could inject the values thru the command line and you could specify the pa

Get system/environment variable into MOJO help

2006-02-22 Thread Thanh T.
Hi all, I was able to get the POM properties and project into mojo thanks to Dan Tran and Alexandre Poitras for the help. Now I couldn't get the environment variables into mojo. Here's my question where can I get a list parameter expression. For example if I want to pass in the project build folder