MVN

net.sf.alchim : winstone-maven-plugin

Maven & Gradle

Aug 28, 2008

winstone-maven-plugin Maven Mojo · Embed your warfile into/with 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.

<plugin>
    <groupId>net.sf.alchim</groupId>
    <artifactId>winstone-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.alchim : winstone-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.sf.alchim : winstone-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
winstone-maven-plugin-1.2
1.1
winstone-maven-plugin-1.1
1.0
winstone-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.alchim</groupId>
    <artifactId>winstone-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>