org.codehaus.mojo.exec

Class ExecJavaMojo

public class ExecJavaMojo extends AbstractExecMojo

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

Since: 1.0

Author: Kaare Nilsen, David Smiley

UNKNOWN: java test phase="validate"

Method Summary
voidexecute()
Execute goal.

Method Detail

execute

public void execute()
Execute goal.

Throws: MojoExecutionException execution of the main class or one of the threads it generated failed. MojoFailureException something bad happened...

Copyright © 2005-2009 Codehaus. All Rights Reserved.