MVN

org.appfuse : maven-warpath-plugin

Maven & Gradle

Jan 28, 2009

Maven WarPath Plugin

<plugin>
    <groupId>org.appfuse</groupId>
    <artifactId>maven-warpath-plugin</artifactId>
    <version>1.0-m2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appfuse : maven-warpath-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-m2
  • Latest Release Candidate: 1.0-rc1

All Versions

Choose a version of org.appfuse : maven-warpath-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
maven-warpath-plugin-2.0.2
maven-warpath-plugin-2.0.1
2.0
maven-warpath-plugin-2.0
1.0
maven-warpath-plugin-1.0-m2
maven-warpath-plugin-1.0-m5
maven-warpath-plugin-1.0-m4
maven-warpath-plugin-1.0-m3
maven-warpath-plugin-1.0-rc1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.appfuse</groupId>
    <artifactId>maven-warpath-plugin</artifactId>
    <version>1.0-m2</version>
</plugin>

Advertisement