Full name:
net.sf.alchim:winstone-maven-plugin:1.1:embed
Description:
Embed your warfile into the winstone JAR itself. This allows an all-in-one container plus web-application JAR file to be downloaded, and then unpacked at execution time.
Attributes:
package.| Name | Type | Since | Description |
|---|---|---|---|
| filename | String |
- |
filename of standalone jar. |
| outputDirectory | File |
- |
Location of the file. |
| project | MavenProject |
- |
(no description) |
| warFile | File |
- |
The War file to embed. |
| Name | Type | Since | Description |
|---|---|---|---|
| cmdLineOptions | Properties |
- |
Properties to embed, If you need to add any default command-line arguments (eg ports or prefixes). |
Properties to embed, If you need to add any default command-line arguments (eg ports or prefixes).
java.util.PropertiesNofilename :
filename of standalone jar.
java.lang.StringYes${project.build.finalName}-standalone.jarLocation of the file.
java.io.FileYes${project.build.directory}project :
(no description)
org.apache.maven.project.MavenProjectYes${project}warFile :
The War file to embed.
java.io.FileYes${project.build.directory}/${project.build.finalName}.war