MVN

io.wcm.devops.maven.plugins : eclipse-maven-plugin

Maven & Gradle

Sep 29, 2022
4 stars

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

<plugin>
    <groupId>io.wcm.devops.maven.plugins</groupId>
    <artifactId>eclipse-maven-plugin</artifactId>
    <version>3.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.devops.maven.plugins : eclipse-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of io.wcm.devops.maven.plugins : eclipse-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
eclipse-maven-plugin-3.2.0
3.1.x
eclipse-maven-plugin-3.1.0
3.0.x
eclipse-maven-plugin-3.0.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>io.wcm.devops.maven.plugins</groupId>
    <artifactId>eclipse-maven-plugin</artifactId>
    <version>3.2.0</version>
</plugin>

Advertisement