public final class DependencyEmbedder extends AbstractDependencyFilter
Modifier and Type | Field and Description |
---|---|
static String |
EMBED_DEPENDENCY |
static String |
EMBED_DIRECTORY |
static String |
EMBED_STRIP_GROUP |
static String |
EMBED_STRIP_VERSION |
static String |
EMBED_TRANSITIVE |
static String |
EMBEDDED_ARTIFACTS |
Constructor and Description |
---|
DependencyEmbedder(org.apache.maven.plugin.logging.Log log,
org.apache.maven.shared.dependency.graph.DependencyNode dependencyGraph,
Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts) |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.maven.artifact.Artifact> |
getEmbeddedArtifacts() |
Collection<String> |
getInlinedPaths() |
protected void |
processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies,
String inline) |
void |
processHeaders(aQute.bnd.osgi.Analyzer analyzer) |
processInstructions
public static final String EMBED_DEPENDENCY
public static final String EMBED_DIRECTORY
public static final String EMBED_STRIP_GROUP
public static final String EMBED_STRIP_VERSION
public static final String EMBED_TRANSITIVE
public static final String EMBEDDED_ARTIFACTS
public DependencyEmbedder(org.apache.maven.plugin.logging.Log log, org.apache.maven.shared.dependency.graph.DependencyNode dependencyGraph, Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts)
public void processHeaders(aQute.bnd.osgi.Analyzer analyzer) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline)
processDependencies
in class AbstractDependencyFilter
public Collection<String> getInlinedPaths()
public Collection<org.apache.maven.artifact.Artifact> getEmbeddedArtifacts()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.