The Repository consists of 4 parts
- Core modules
- Eclipse feature and P2 update-site
- IntelliJ plugin
- Updatesite Maven plugin
execute the following Maven command in the root directory:
mvn clean install
After the core modules build, execute the following additional Maven command in the root directory:
mvn clean install -Dp2
This creates the P2 update-site here: org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-*.zip
After the core modules build, execute the following Gradle command in the directory org.eclipse.scout.sdk.s2i
clean buildPlugin -s -i --warning-mode=all
This creates the plugin here: org.eclipse.scout.sdk.s2i/build/distributions/org.eclipse.scout.sdk.s2i-*.zip