Skip to content

Making the Final Release

Thái Sơn Hoàng edited this page Jan 3, 2023 · 3 revisions
  • Make sure to set the Java Compiler to 11. (Otherwise, the plugins might be built without classes)

  • Recompute dependency for feature, test feature

  • Make sure that the dependency for the feature does not have different versions, e.g., depends on FeatureA 5.0.0 and FeatureA 5.1.0. This will cause Tycho packaging fails with error "Duplicate key FeatureA ...". This can be done by manually removing the duplicates and keeping only the highest dependency.