Spiffy UI Framework

org.spiffyui.maven.plugins
Class ClientBuildMojo

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

public class ClientBuildMojo
extends AbstractMojo

Aggregates all of the necessary steps to compile a spiffyui client application into one goal.


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

Constructor Detail

ClientBuildMojo

public ClientBuildMojo()
Method Detail

execute

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

Spiffy UI Framework