53 | | * Keep in mind to use Maven options '''Update Project Configuration''' and '''Update Dependencies''' when you change the pom.xml files. They are available in Maven section when you right click on the project you want to update. |
54 | | * If you don't see the working sets, use |
55 | | * View Menu(in upper right corner of Package Tree) and Configure working sets option. |
56 | | * Top Level Elements - choose Working Sets |
| 54 | To import a newly created module, follow these steps: |
| 55 | * Choose the '''Import...''' option from the File menu or by right-clicking in Package Explorer. |
| 56 | * Select '''General''' -> '''Maven Projects''' and click '''Next''' (or use the search box to search for Maven). |
| 57 | * Browse to your local copy of the repository and choose sophie2-platform for Root Directory. |
| 58 | * You will see the new modules selected. Make sure the current working set is selected and click '''Finish'''. |
| 59 | * Right-click in the Package Explorer and choose '''Update Project Configuration''' and '''Update Dependencies''' from the '''Maven''' submenu. |
| 60 | |
| 61 | == Troubleshooting information == |
| 62 | * If you see errors in your pom.xml files after an update, then probably someone has commited a new module and you have to import it. |
| 63 | * If you don't see the working sets, use the View Menu in the upper right corner of Package Explorer. |
| 64 | * for Top Level Elements choose Working Sets. |
| 65 | * use the Configure Working Sets option. |
| 66 | |
| 67 | = Comments = |