Installing an Eclipse project for the seal component
Open a command prompt (cmd on Windows)
Change to the SOSI/modules/seal directory
execute mvn eclipse:eclipse
Open Eclipse and select File | Import...
Select Existing project into Workspace
Browse to the Root Directory i.e. SOSI/modules/seal
A seal project should now appear in the "projects:" box. Click Finish
Configuring Eclipse
Right click the seal project in the package explorer and select Properties
Select Java Build Path and select the Libraries tab
Click Add variable and click Configure variables
Click New and enter M2_REPO as name and select the folder: /.M2/repository. In Windows this is something like: C:/Documents and Settings//.m2/repository
Right click the project in the "package explorer" and select Team | Synchronize with repository. This will bring you to the synchronization view in the "Team synchronization" perspective ... learn it and love it