| Package | Description |
|---|---|
| org.apache.maven.plugins.shade | |
| org.apache.maven.plugins.shade.filter | |
| org.apache.maven.plugins.shade.mojo |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ShadeRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadeRequest.setFilters(List<Filter> filters)
The filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinijarFilter
A filter that prevents the inclusion of classes not required in the final jar.
|
class |
SimpleFilter |
| Modifier and Type | Method and Description |
|---|---|
protected List<Filter> |
ShadeMojo.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
protected ShadeRequest |
ShadeMojo.createShadeSourcesRequest(String shade,
Set<File> testArtifacts,
File testJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers) |
protected ShadeRequest |
ShadeMojo.shadeRequest(String shade,
Set<File> artifacts,
File outputJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.