MVN

com.intersult : war-maven-plugin

Maven & Gradle

Jul 18, 2014

WAR Maven Plugin · WAR Maven Plugin

<plugin>
    <groupId>com.intersult</groupId>
    <artifactId>war-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intersult : war-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.intersult : war-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
war-maven-plugin-1.2
1.1
war-maven-plugin-1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.intersult</groupId>
    <artifactId>war-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement