org.codehaus.mojo.exec

Class ExecJavaMojo

public class ExecJavaMojo extends AbstractMojo

Executes the supplied java class in the current VM with the enclosing project's dependencies as classpath.

Author: Kaare Nilsen

UNKNOWN: java runtime phase="validate"

Nested Class Summary
classExecJavaMojo.IsolatedClassLoader
Field Summary
protected MavenProjectproject
The enclosing project.
Method Summary
voidexecute()
Execute goal.

Field Detail

project

protected MavenProject project
The enclosing project.

UNKNOWN: expression="${project}"

Method Detail

execute

public void execute()
Execute goal.
Copyright © 2005-2007 null. All Rights Reserved.