Skip to content

Commit

Permalink
[backport] Check that components declared in the manifest exits
Browse files Browse the repository at this point in the history
Currently one can easily miss to either add a component or enable the
generation of the component. As this only found out at runtime or even
worse after a release, Tycho should check that all declared components
are present.

+ Adjust release notes
  • Loading branch information
laeubi committed Jun 28, 2022
1 parent 1e44d61 commit 26ebb89
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 180 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Expand Up @@ -12,6 +12,7 @@ Fixes:
- PomDependencyCollector uses a wrong type for pom declared feature dependencies
- Not all (direct) requirements of a feature are considered when building an update-site
- Fix Mojo Configuration of DS Plugin is ignored
- Check that components declared in the manifest exits

## 2.7.3
Fixes:
Expand Down

0 comments on commit 26ebb89

Please sign in to comment.