@Mojo(name="jandex",
defaultPhase=PROCESS_CLASSES,
requiresDependencyCollection=COMPILE,
requiresDependencyResolution=COMPILE)
public class JandexMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
JandexMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getIndexName() |
org.apache.maven.plugin.logging.Log |
getLog() |
boolean |
isSkip() |
boolean |
isVerbose() |
void |
setIndexName(String indexName) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setSkip(boolean skip) |
void |
setVerbose(boolean verbose) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isSkip()
public void setSkip(boolean skip)
public void setLog(org.apache.maven.plugin.logging.Log log)
setLog in interface org.apache.maven.plugin.MojosetLog in class org.apache.maven.plugin.AbstractMojopublic org.apache.maven.plugin.logging.Log getLog()
getLog in interface org.apache.maven.plugin.MojogetLog in class org.apache.maven.plugin.AbstractMojopublic String getIndexName()
public void setIndexName(String indexName)
Copyright © 2016 JBoss by Red Hat. All rights reserved.