MVN

org.eclipse.jemo : eclipse-jemo-maven-plugin

Maven & Gradle

Oct 17, 2019
6 stars

The Eclipse Jemo maven plugin · The maven plugin needed to deploy an Eclipse Jemo application on a Jemo cluster.

<plugin>
    <groupId>org.eclipse.jemo</groupId>
    <artifactId>eclipse-jemo-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
eclipse-jemo-maven-plugin-1.2
1.1
eclipse-jemo-maven-plugin-1.1
1.0
eclipse-jemo-maven-plugin-1.0

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.eclipse.jemo</groupId>
    <artifactId>eclipse-jemo-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>