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

EclipseWorkingSetMojo

Andreas Schmitz edited this page Mar 20, 2013 · 3 revisions

EclipseWorkingSet Mojo

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

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-SNAPSHOT:setup-eclipse-working-sets

Be aware that this mojo is experimental and may render your eclipse workspace unusable!

Clone this wiki locally