You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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:
On the initial page, click on the Switch to advanced mode button in the top right.
On the Product page, select Eclipse IDE for RCP and RAP Developers.
On the Projects page, collapse the Eclipse Projects to scroll down to the GitHub Projects and select m2e-code-quality.
Make sure to choose the HTTPS anonymous option for the Github repository.
Choose other preferred installation settings on the Variables page.
Finish the wizard and watch your development environment being assembled.
Create an Eclipse run configuration. The target platform will automatically be setup correctly.
Release
See doc/release.md for information about how all of this is released.
Mailing list
Activity here is 'coordinated' on a mailing list:
m2e-code-quality@googlegroups.com.
About
A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.