Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

EclipseWorkingSetMojo

hwbllmnn edited this page Apr 10, 2013 · 3 revisions

EclipseWorkingSet Mojo

The eclipse working set mojo can be used to set up eclipse working sets automatically. Available since 1.19.

Working set names are derived automatically from all projects the mojo is run on. The working set base name is derived from the test between the first two dashes, eg. for deegree-core-base the working set base name core is derived. By default, the prefix d3- is prepended.

The mojo supports the following configuration properties:

  • eclipse.workspace: must point to the eclipse workspace directory in which to make the changes
  • eclipse.workingset-prefix: optional, defaults to d3-

Use it like this:

mvn -Declipse.workspace=$HOME/workspace org.deegree:deegree-maven-plugin:1.19:setup-eclipse-working-sets

Be aware that this mojo is experimental and may render your eclipse workspace unusable! If working sets are lost for some reason, rerunning the plugin makes them appear again (works-for-me).

Clone this wiki locally