public abstract class AbstractLibertySupport
extends org.codehaus.mojo.pluginsupport.MojoSupport
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.mojo.pluginsupport.ant.AntHelper |
ant |
protected org.apache.maven.artifact.repository.ArtifactRepository |
artifactRepository |
protected org.apache.maven.project.MavenProject |
project
Maven Project
|
protected org.apache.maven.settings.Settings |
settings
The build settings.
|
| Constructor and Description |
|---|
AbstractLibertySupport() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.maven.artifact.repository.ArtifactRepository |
getArtifactRepository() |
protected org.apache.maven.project.MavenProject |
getProject() |
protected void |
init() |
contextualize, createArtifact, doExecute, execute, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact@Parameter(defaultValue="${project}",
required=true,
readonly=true)
protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${localRepository}",
required=true,
readonly=true)
protected org.apache.maven.artifact.repository.ArtifactRepository artifactRepository
@Parameter(defaultValue="${settings}",
required=true,
readonly=true)
protected org.apache.maven.settings.Settings settings
@Component(role=org.codehaus.mojo.pluginsupport.ant.AntHelper.class) protected org.codehaus.mojo.pluginsupport.ant.AntHelper ant
protected org.apache.maven.project.MavenProject getProject()
getProject in class org.codehaus.mojo.pluginsupport.MojoSupportprotected org.apache.maven.artifact.repository.ArtifactRepository getArtifactRepository()
getArtifactRepository in class org.codehaus.mojo.pluginsupport.MojoSupportprotected void init()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
init in class org.codehaus.mojo.pluginsupport.MojoSupportorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2017 the original author or authors.