MVN

org.efaps : efaps-jetty-maven-plugin

Maven & Gradle

Apr 02, 2013

eFaps Maven Jetty-plugin · Maven plugin to start Jetty as application server for eFaps.

<plugin>
    <groupId>org.efaps</groupId>
    <artifactId>efaps-jetty-maven-plugin</artifactId>
    <version>3.0.0-8.1.9.v20130131</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0-8.1.9.v20130131

All Versions

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

Version Vulnerabilities Updated
3.0.x
efaps-jetty-maven-plugin-3.0.0-8.1.9.v20130131
2.2.x
efaps-jetty-maven-plugin-2.2.0-8.1.8.v20121106
2.1.x
efaps-jetty-maven-plugin-2.1.1-8.1.7.v20120910
2.0.x
efaps-jetty-maven-plugin-2.0.1-8.1.4.v20120524
efaps-jetty-maven-plugin-2.0.0-8.1.2.v20120308

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</groupId>
    <artifactId>efaps-jetty-maven-plugin</artifactId>
    <version>3.0.0-8.1.9.v20130131</version>
</plugin>

Advertisement