@Mojo(name="process",
defaultPhase=PROCESS_CLASSES,
requiresDependencyCollection=COMPILE,
requiresDependencyResolution=COMPILE)
public class ProcessMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.aether.RepositorySystem |
repositorySystem |
protected org.eclipse.aether.DefaultRepositorySystemSession |
repositorySystemSession |
| Constructor and Description |
|---|
ProcessMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
executeBootstrapMarker() |
protected void |
executeJandexer() |
protected void |
executeModuleFiller() |
protected void |
executeModuleGenerator() |
protected void |
executeProvidedDependenciesGenerator() |
@Parameter(defaultValue="${repositorySystemSession}",
readonly=true)
protected org.eclipse.aether.DefaultRepositorySystemSession repositorySystemSession
@Component protected org.eclipse.aether.RepositorySystem repositorySystem
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void executeBootstrapMarker()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void executeProvidedDependenciesGenerator()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void executeModuleGenerator()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void executeModuleFiller()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void executeJandexer()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.