Re: passing parameters to maven build

2012-11-13 Thread Fábio Uechi
I can thing of two ways: 1) property file or 2) environment variable On Tuesday, November 13, 2012 5:15:55 PM UTC-2, Levin, Ilya wrote: > > Hello, > > > > I have created a maven build project, in the Goals and Options section I > have: > > ` install -P -D=VALUE` > > > > VALUE is someth

passing parameters to maven build

2012-11-13 Thread Levin, Ilya
Hello, I have created a maven build project, in the Goals and Options section I have: ` install -P -D=VALUE` VALUE is something I need to calculate in a shell script, what is the best way to pass it to maven (to the Goals and Options line). Thanks, ilya