Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PermissiveSlicer directly in tycho-build to compute project dependencies #838

Closed
laeubi opened this issue Apr 3, 2022 · 1 comment
Closed
Milestone

Comments

@laeubi
Copy link
Member

laeubi commented Apr 3, 2022

Currently we computer inter-project dependencies in an iterative manner, but actually it would be enough to do the following:

  1. create a "project-iu" that has all requirements of the reactor project but make it optional
  2. resolve this "project-iu" against all others excluding this using the PermissiveSlicer with includeOptionalDependencies=true and everythingGreedy=true and considerFilter=false

This should give us a good enough set of project dependecies to build the maven-project-tree.

@laeubi
Copy link
Member Author

laeubi commented Jun 28, 2022

This is done now.

@laeubi laeubi closed this as completed Jun 28, 2022
@laeubi laeubi added this to the 3.0 milestone Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant