A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.
This project provides Eclipse plugins that bridge the Maven and
Eclipse plugins for Checkstyle and PMD. In a Maven project that uses
Checkstyle or PMD, the project configures the tools via configuration
information the POM or pointed to by the POM.
On the other hand, the Eclipse plugins for these tools provide
annotations and as-you-edit notifications of issues. Thus, it’s
desirable to turn the Maven plugins off in M2E, to turn the Eclipse
plugins on, and to move configuration from the Maven plugins to the
Eclipse plugins.
In a perfect world, there would be some sort of standardized API that
would allow a build tool like Maven to publish this configuration and
for IDE plugins to consume it. In reality, this has to be arranged,
one plugin-pair at a time, and depends rather delicately on the OSGi
manifests of the receiving plugins. If they don’t export enough API
for programmatic configuration, it cannot be done.
These Eclipse plugins are built with the Tycho Maven plugin. The
marriage of OSGi, Eclipse, and Maven is imperfect. In particular, it
rarely works to run a build that does not start with ‘clean’.
The latest release can be installed from the Eclipse Update Site at
https://m2e-code-quality.github.io/m2e-code-quality-p2-site/
Building
The project uses maven and tycho. You need at least a Java17 JDK and setup
Maven Toolchains correctly.
You can use the project’s toolchains.xml as a template.
Once setup, you can build the project with ./mvnw clean verify
.
IDE
This project uses Oomph, and you can set up an Eclipse development environment with the following steps:
See doc/release.md for information about how all of this is released.
Activity here is ‘coordinated’ on a mailing list:m2e-code-quality@googlegroups.com
.