org.codehaus.mojo.exec
public class ExecMojo extends AbstractMojo
Version: $Id: ExecMojo.java 2479 2006-10-05 08:08:02Z trygvis $
UNKNOWN: exec Program Execution plugin
| Field Summary | |
|---|---|
| List | arguments
Can be of type <argument> or <classpath>
Can be overriden using "exec.args" env. variable
|
| Method Summary | |
|---|---|
| void | execute()
priority in the execute method will be to use System properties arguments over the pom specification. |
| protected int | executeCommandLine(Commandline commandLine, StreamConsumer stream1, StreamConsumer stream2) |
| protected String | getSystemProperty(String key) |
<argument> or <classpath>
Can be overriden using "exec.args" env. variable
UNKNOWN: