Plugin documentation

Goals available:

GoalDescription
eclipse:add-maven-repoAdds the classpath variable M2_REPO to Eclipse. DEPRECATED. Replaced by eclipse:configure-workspace.
eclipse:configure-workspaceConfigures The following Eclipse Workspace features:
  • Adds the classpath variable MAVEN_REPO to Eclipse.
  • Optionally load Eclipse code style file via a URL.
eclipse:cleanDeletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse.
eclipse:eclipseGenerates the following eclipse configuration files:
  • .project and .classpath files
  • .setting/org.eclipse.jdt.core.prefs with project specific compiler settings
  • various configuration files for WTP (Web Tools Project), if the parameter wtpversion is set to a valid version (WTP configuration is not generated by default)
If this goal is run on a multiproject root, dependencies between modules will be configured as direct project dependencies in Eclipse (unless useProjectReferences is set to false).
eclipse:to-mavenAdd eclipse artifacts from an eclipse installation to the local repo. This mojo automatically analize the eclipse directory, copy plugins jars to the local maven repo, and generates appropriate poms. This is the official central repository builder for Eclipse plugins, so it has the necessary default values. For customized repositories see {@link MakeArtifactsMojo} Typical usage: mvn eclipse:to-maven -DdeployTo=maven.org::default::scpexe://repo1.maven.org/home/maven/repository-staging/to-ibiblio/eclipse-staging -DeclipseDir=.
eclipse:install-pluginsInstall plugins resolved from the Maven repository system into an Eclipse instance.
eclipse:m2eclipseCreates an eclipse project that is ready to use with the M2Elipse plugin.
eclipse:make-artifactsAdd eclipse artifacts from an eclipse installation to the local repo. This mojo automatically analize the eclipse directory, copy plugins jars to the local maven repo, and generates appropriate poms. Use eclipse:to-maven for the latest naming conventions in place, groupId.artifactId.
eclipse:myeclipse-cleanDeletes configuration files used by MyEclipse
eclipse:myeclipseGenerates MyEclipse configuration files
eclipse:rad-cleanDeletes the config files used by Rad-6. the files .j2ee and the file .websettings
eclipse:radGenerates the rad-6 configuration files.