You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Maven core developers have stopped maintaining the maven-eclipse-plugin, and shifted all their attention to M2Eclipse.

It is possible to get Eclipse to use the standard CXF settings, complete with checkstyle and PMD, if you are willing to install and configure enough things.

  1. Start with Eclipse Helios
  2. Edit your config.ini (on MacOSX, perhaps eclipse.ini) to configure at least 512m of PermGen space. We hope to reduce this requirement.
  3. Import etc/eclipse.prefs from the CXF tree. This sets up all the workspace level preferences.
  4. Install M2Eclipse (at least 0.12) itself. Sonatype publishes instructions here.
  5. Install Benson Margulies' PMD and Checkstyle configurators from here.
  6. Use the 'import' option from the m2eclipse menu, and stand back.
  • No labels