Spiffy UI Framework

org.spiffyui.maven.plugins
Class JavaCompileMojo

java.lang.Object
  extended by AbstractMojo
      extended by org.spiffyui.maven.plugins.JavaCompileMojo

public class JavaCompileMojo
extends AbstractMojo

Invokes the Java compiler for the project .java source


Constructor Summary
JavaCompileMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCompileMojo

public JavaCompileMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException

Spiffy UI Framework