public final class DependencyExcluder extends AbstractDependencyFilter
Constructor and Description |
---|
DependencyExcluder(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts) |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.maven.artifact.Artifact> |
getExcludedArtifacts() |
protected void |
processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies,
String inline) |
void |
processHeaders(String excludeDependencies) |
processInstructions
public DependencyExcluder(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts)
public void processHeaders(String excludeDependencies) 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<org.apache.maven.artifact.Artifact> getExcludedArtifacts()
Copyright © 2016. All rights reserved.