Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand

Start a new eclipse workspace and import grouper modules as individual projects. Project will import as Maven projects and automatically download the required Maven dependencies. The example commands below assume the git repository was cloned to the local directory 'D:\mchyzer\git\grouper_v2_5'.

  1. Make a variable for the root of the git repo called GIT_ROOT: e.g. for D:\mchyzer\git\grouper, and other variables

    Image Added

  2. Import grouper-parent
    1. Eclipse -> File -> Import → Maven → Existing Maven Project
    2. Import source: ${GIT_ROOT}/grouper-parent
  3. That should automatically import all grouper projects

...