Package org.javalite.sass.maven
Class CompileSassFilesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.javalite.sass.maven.CompileSassFilesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="compile",
defaultPhase=COMPILE)
public class CompileSassFilesMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
project
@Parameter(property="project", required=true) protected org.apache.maven.project.MavenProject project
-
-
Constructor Details
-
CompileSassFilesMojo
public CompileSassFilesMojo()
-
-
Method Details
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
compile
public String compile(File sourceFile, String arguments) throws IOException, InterruptedException, org.apache.maven.plugin.MojoExecutionException- Throws:
IOException
InterruptedException
org.apache.maven.plugin.MojoExecutionException
-
read
- Throws:
IOException
-