Package | Description |
---|---|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Overlay> |
JettyWebAppContext._overlays |
Modifier and Type | Method and Description |
---|---|
java.util.List<Overlay> |
JettyWebAppContext.getOverlays() |
private java.util.List<Overlay> |
JettyRunMojo.getOverlays() |
Modifier and Type | Method and Description |
---|---|
Resource |
JettyRunMojo.unpackOverlay(Overlay overlay) |
Modifier and Type | Method and Description |
---|---|
void |
JettyWebAppContext.setOverlays(java.util.List<Overlay> overlays)
Ordered list of wars to overlay on top of the current project.
|
void |
JettyRunMojo.unpackOverlays(java.util.List<Overlay> overlays) |