Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

wcm-io-devops/eclipse-maven-plugin

Repository files navigation

Eclipse Maven Plugin

BuildMaven Central

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

This is a fork of the originalMaven Eclipse Plugin whichwas retired end of 2015 in favor of the m2e Eclipse integration.

In our wcm.io and other Maven-based projects we usually use both m2e Integration and the Eclipse Maven Plugin. The Eclipse Maven Plugin is used to generate project-specific eclipse settings files and further files for Checkstyle, Findbugs and PMD based on a global build tools artifact defined a parent POM likeio.wcm.maven:io.wcm.maven.global-parent, seeGlobal Parent documentation for details.

So we maintain a fork of the original plugin here and publish it under Apache 2.0 license within the wcm.io DevOps project.

Documentation:

To use this in your projects update all your POMs to use

<plugin>  <groupId>io.wcm.devops.maven.plugins</groupId>  <artifactId>eclipse-maven-plugin</artifactId>  <version>3.1.0</version></plugin>

instead of

<plugin>  <groupId>org.apache.maven.plugins</groupId>  <artifactId>maven-eclipse-plugin</artifactId></plugin>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors21

Languages


[8]ページ先頭

©2009-2025 Movatter.jp