Changes between Version 6 and Version 7 of PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
- Timestamp:
- 10/04/08 15:52:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
v6 v7 15 15 16 16 = Additional information = 17 You have to be careful making new modules for the project. These are the steps:18 * make new empty directory with org.sophie2.modulename name in sophie2-platform/modules and create its pom.xml file19 * add it to repository and commit it. Also add it to base pom.xml of sophie2-platform in modules section.20 * right click - '''Import...''' - Maven projects - choose the new created module17 * You have to be careful making new modules for the project. These are the steps: 18 * make new empty directory with org.sophie2.modulename name in sophie2-platform/modules and create its pom.xml file 19 * add it to repository and commit it. Also add it to base pom.xml of sophie2-platform in modules section. 20 * right click - '''Import...''' - Maven projects - choose the new created module 21 21 22 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. 22 * 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. 23 * If you don't see the working sets use View Menu(in upper right corner of Package Tree) and Configure working sets option.