Package org.apache.arrow.maven.plugins
Class BaseModuleInfoCompilerPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.arrow.maven.plugins.BaseModuleInfoCompilerPlugin
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
ModuleInfoCompilerPlugin
,ModuleInfoTestCompilerPlugin
public abstract class BaseModuleInfoCompilerPlugin
extends org.apache.maven.plugin.AbstractMojo
Compiles the first module-info.java file in the project purely syntactically.
-
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
-
Constructor Details
-
BaseModuleInfoCompilerPlugin
public BaseModuleInfoCompilerPlugin()
-
-
Method Details
-
getSourceRoots
-
skip
protected abstract boolean skip() -
getOutputDirectory
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-