public abstract class AbstractExposedComponentsMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project |
protected org.eclipse.aether.DefaultRepositorySystemSession |
repositorySystemSession |
| Constructor and Description |
|---|
AbstractExposedComponentsMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.maven.model.Dependency> |
bomDependencies() |
protected org.apache.maven.model.Dependency |
gavToDependency(String gav) |
protected Map<String,String> |
parsedModules() |
protected File |
resolveArtifact(String group,
String name,
String version,
String classifier,
String type) |
protected ExposedComponents |
resolveComponentDescriptor(String name,
String version) |
protected List<ExposedComponents> |
resolvedComponents() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(defaultValue="${project}",
readonly=true)
protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${repositorySystemSession}",
readonly=true)
protected org.eclipse.aether.DefaultRepositorySystemSession repositorySystemSession
protected File resolveArtifact(String group, String name, String version, String classifier, String type) throws org.wildfly.swarm.plugin.AbstractExposedComponentsMojo.ArtifactResolutionRuntimeException
org.wildfly.swarm.plugin.AbstractExposedComponentsMojo.ArtifactResolutionRuntimeExceptionprotected List<ExposedComponents> resolvedComponents()
protected ExposedComponents resolveComponentDescriptor(String name, String version)
protected org.apache.maven.model.Dependency gavToDependency(String gav)
protected List<org.apache.maven.model.Dependency> bomDependencies()
Copyright © 2016 JBoss by Red Hat. All rights reserved.