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