MVN

com.github.marschall : eclipse-maven-plugin

Maven & Gradle

Jun 29, 2019
0 stars

Apache Maven Eclipse Plugin · The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

<plugin>
    <groupId>com.github.marschall</groupId>
    <artifactId>eclipse-maven-plugin</artifactId>
    <version>2.12.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marschall : eclipse-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.12.0

All Versions

Choose a version of com.github.marschall : eclipse-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.12.x
eclipse-maven-plugin-2.12.0
2.11.x
eclipse-maven-plugin-2.11.2
eclipse-maven-plugin-2.11.1
eclipse-maven-plugin-2.11.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>com.github.marschall</groupId>
    <artifactId>eclipse-maven-plugin</artifactId>
    <version>2.12.0</version>
</plugin>

Advertisement