MVN

org.efaps.maven : maven-efaps-plugin

Maven & Gradle

Apr 19, 2010

Maven eFaps Plug-In · Maven eFaps Plug-In to install / deploy eFaps applications.

<plugin>
    <groupId>org.efaps.maven</groupId>
    <artifactId>maven-efaps-plugin</artifactId>
    <version>1.0-7.0.1.v20091125</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-7.0.1.v20091125

All Versions

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

Version Vulnerabilities Updated
1.0
maven-efaps-plugin-1.0-7.0.1.v20091125

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.efaps.maven</groupId>
    <artifactId>maven-efaps-plugin</artifactId>
    <version>1.0-7.0.1.v20091125</version>
</plugin>