We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbeba7 commit a83bcddCopy full SHA for a83bcdd
src/main/java/org/codehaus/mojo/exec/AbstractExecMojo.java
@@ -106,6 +106,7 @@ public abstract class AbstractExecMojo extends AbstractMojo {
106
107
/**
108
* 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.
110
*/
111
@Parameter(property = "exec.args")
112
private String commandlineArgs;
0 commit comments