Package | Description |
---|---|
org.apache.maven.plugins.war | |
org.apache.maven.plugins.war.overlay | |
org.apache.maven.plugins.war.packaging |
Modifier and Type | Method and Description |
---|---|
static Overlay |
Overlay.createInstance() |
Overlay |
AbstractWarMojo.getCurrentProjectOverlay() |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
AbstractWarMojo.getOverlays() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWarMojo.addOverlay(Overlay overlay) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWarMojo.setOverlays(List<Overlay> overlays) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOverlay
A default overlay implementation based on an
Artifact . |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
OverlayManager.getOverlays()
Returns the resolved overlays.
|
Constructor and Description |
---|
OverlayManager(List<Overlay> overlays,
MavenProject project,
String[] defaultIncludes,
String[] defaultExcludes,
Overlay currentProjectOverlay)
Creates a manager with the specified overlays.
|
Constructor and Description |
---|
OverlayManager(List<Overlay> overlays,
MavenProject project,
String[] defaultIncludes,
String[] defaultExcludes,
Overlay currentProjectOverlay)
Creates a manager with the specified overlays.
|
Modifier and Type | Method and Description |
---|---|
protected File |
OverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context,
Overlay overlay)
Returns the directory to use to unpack the specified overlay.
|
protected File |
OverlayPackagingTask.unpackOverlay(WarPackagingContext context,
Overlay overlay)
Unpacks the specified overlay.
|
Constructor and Description |
---|
ArtifactsPackagingTask(Set<Artifact> artifacts,
Overlay currentProjectOverlay) |
ClassesPackagingTask(Overlay currentProjectOverlay) |
OverlayPackagingTask(Overlay overlay,
Overlay currentProjectOverlay) |
WarProjectPackagingTask(org.apache.maven.model.Resource[] webResources,
File webXml,
File containerConfigXml,
Overlay currentProjectOverlay) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.