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 <some profile> -D<property>=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 >