You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
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-
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).