Spiffy UI Framework

org.spiffyui.maven.plugins
Class InitializeMojo

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

public class InitializeMojo
extends AbstractMojo

Goal which initializes various default property values for the plugin


Field Summary
static java.lang.String SPIFFY_TMP_SUFFIX
          This is the string we use to name the temporary module created during compilation
 
Constructor Summary
InitializeMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPIFFY_TMP_SUFFIX

public static final java.lang.String SPIFFY_TMP_SUFFIX
This is the string we use to name the temporary module created during compilation

See Also:
Constant Field Values
Constructor Detail

InitializeMojo

public InitializeMojo()
Method Detail

execute

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

Spiffy UI Framework