| Package | Description |
|---|---|
| io.joshworks.snappy.maven | |
| io.joshworks.snappy.maven.tools |
Tools for generating executable JAR/WAR files.
|
| Modifier and Type | Method | Description |
|---|---|---|
Layout |
RepackageMojo.LayoutType.layout() |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Layouts.Expanded |
Executable expanded archive layout.
|
static class |
Layouts.Jar |
Executable JAR layout.
|
static class |
Layouts.Module |
Module layout (designed to be used as a "plug-in").
|
static class |
Layouts.None |
No layout.
|
static class |
Layouts.War |
Executable WAR layout.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Layout |
Layouts.forFile(java.io.File file) |
Return a layout for the given source file.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Repackager.setLayout(Layout layout) |
Sets the layout to use for the jar.
|
Copyright © 2018. All rights reserved.