MVN

org.codehaus.mojo : appfuse-maven-plugin

Maven & Gradle

Jul 24, 2006

Appfuse Maven Plugin

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>appfuse-maven-plugin</artifactId>
    <version>2.0-alpha</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0-alpha
  • Latest Alpha: 2.0-alpha

All Versions

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

Version Vulnerabilities Updated
2.0
appfuse-maven-plugin-2.0-alpha

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.codehaus.mojo</groupId>
    <artifactId>appfuse-maven-plugin</artifactId>
    <version>2.0-alpha</version>
</plugin>