MVN

net.nisgits.executablewar : maven-executable-war-plugin

Maven & Gradle

Jun 21, 2010
5 stars

Maven plugin for creating executable WARs · Adds support files to a web application that makes it possible to run it from the command line in addition to being deployed to a container.

<plugin>
    <groupId>net.nisgits.executablewar</groupId>
    <artifactId>maven-executable-war-plugin</artifactId>
    <version>0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.nisgits.executablewar : maven-executable-war-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of net.nisgits.executablewar : maven-executable-war-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
maven-executable-war-plugin-0.3
0.2
maven-executable-war-plugin-0.2

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.nisgits.executablewar</groupId>
    <artifactId>maven-executable-war-plugin</artifactId>
    <version>0.3</version>
</plugin>