Fork me on GitHub

m2e-code-quality by bimargulies

This project builds Eclipse plugins that connect some other Eclipse plugins with their corresponding Maven plugins. If you've gone to a lot of trouble to set up just the Checkstyle or PMD configuration you want in Maven, and you import your Maven projects into Eclipse with M2Eclipse, you want to see the same warnings in your Eclipse editors that the maven build will complain of.

At this time, the two plugins supported are Checkstyle and PMD. Findbugs waits for a new release to supply a missing OSGi export.

There is a Google Group to facilitiate communications about the use and development of the plugins: m2e-code-quality Google Group

The current snapshot/qualifier versions are available on the update site, with newer versions replacing older ones.

The most recent snapshot was 27 May 2011, containing version 0.13.0.201105271713, the first version aimed at 0.13. This was built from the m2e-0.13 branch.

License

Apache License 2.0

Authors

Benson Margulies (bmargulies@gmail.com)

Contact

Benson Margulies (bimargulies@gmail.com)

m2e-code-quality Google Group

Acknowledgements

This code is a derived work of the code published on Google Code as m2e-extensions, and the source files carry the copyright of their original author, in addition to my employer (for my modifications).

Download

To install this on Eclipse, use the 1.0 update-site. I'm testing this with Eclipse 3.6 and M2Eclipse 1.0 (current snapshot).

As usual on github, you can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/bimargulies/m2e-code-quality