org.lesscss.mojo
Class CompileMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.lesscss.mojo.AbstractLessCssMojo
          extended by org.lesscss.mojo.CompileMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class CompileMojo
extends AbstractLessCssMojo

Goal which compiles the LESS sources to CSS stylesheets.

Author:
Marcel Overdijk

Field Summary
 
Fields inherited from class org.lesscss.mojo.AbstractLessCssMojo
buildContext, excludes, includes, sourceDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CompileMojo()
           
 
Method Summary
 void execute()
          Execute the MOJO.
 
Methods inherited from class org.lesscss.mojo.AbstractLessCssMojo
getIncludedFiles
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileMojo

public CompileMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Execute the MOJO.

Throws:
org.apache.maven.plugin.MojoExecutionException - if something unexpected occurs.


Copyright © 2012. All Rights Reserved.