Class BuildSoyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.liferay.portal.tools.soy.builder.maven.BuildSoyMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class BuildSoyMojo
extends org.apache.maven.plugin.AbstractMojo
Compile Closure Templates into JavaScript functions.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
BuildSoyMojo
public BuildSoyMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setDir
The directory containing the .soy files to compile.
-