org.codehaus.mojo.exec

Class ExecMojo

public class ExecMojo extends AbstractMojo

A Plugin for executing external programs.

Version: $Id: ExecMojo.java 2479 2006-10-05 08:08:02Z trygvis $

Author: Jerome Lacoste

UNKNOWN: exec Program Execution plugin

Field Summary
Listarguments
Can be of type <argument> or <classpath> Can be overriden using "exec.args" env. variable
Method Summary
voidexecute()
priority in the execute method will be to use System properties arguments over the pom specification.
protected intexecuteCommandLine(Commandline commandLine, StreamConsumer stream1, StreamConsumer stream2)
protected StringgetSystemProperty(String key)

Field Detail

arguments

public List arguments
Can be of type <argument> or <classpath> Can be overriden using "exec.args" env. variable

UNKNOWN:

Method Detail

execute

public void execute()
priority in the execute method will be to use System properties arguments over the pom specification.

executeCommandLine

protected int executeCommandLine(Commandline commandLine, StreamConsumer stream1, StreamConsumer stream2)

getSystemProperty

protected String getSystemProperty(String key)
Copyright © 2005-2007 null. All Rights Reserved.