Skip to content

Commit a83bcdd

Browse files
cpfeifferslawekjaranowski
authored andcommitted
Document how to use env vars in commandlineArgs
1 parent 3dbeba7 commit a83bcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/codehaus/mojo/exec/AbstractExecMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public abstract class AbstractExecMojo extends AbstractMojo {
106106

107107
/**
108108
* Arguments separated by space for the executed program. For example: "-j 20"
109+
* Use ${env.XYZ} if you want to use environment variables as parameters.
109110
*/
110111
@Parameter(property = "exec.args")
111112
private String commandlineArgs;

0 commit comments

Comments
 (0)