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.
  • Constructor Details

    • BaseModuleInfoCompilerPlugin

      public BaseModuleInfoCompilerPlugin()
  • Method Details

    • getSourceRoots

      protected abstract List<String> getSourceRoots()
    • skip

      protected abstract boolean skip()
    • getOutputDirectory

      protected abstract String getOutputDirectory()
    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException