MVN

org.appfuse : appfuse-maven-plugin

Maven & Gradle

Jan 28, 2009

AppFuse Maven Plugin · This plugin is used with Maven to generate source or resource artifacts for extending the functionality of your AppFuse application.

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

Latest Version

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

  • Latest Stable: 2.0-m4

All Versions

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

Version Vulnerabilities Updated
2.0
appfuse-maven-plugin-2.0-m4
appfuse-maven-plugin-2.0-m3

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>appfuse-maven-plugin</artifactId>
    <version>2.0-m4</version>
</plugin>