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

Transitive dependency projects are not discovered with --also-make #3721

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Mar 29, 2024

Currently it can happen that if one selects a project with -pl / -am this project has initially not any maven dependencies but then later on tycho adds one as a dependency and then the one declared in the pom are not found.

This now adds an additional step each time a project is added as a dependency to look if that project also has maven dependencies that map to reactor projects.

Currently it can happen that if one selects a project with -pl / -am
this project has initially not any maven dependencies but then later on
tycho adds one as a dependency and then the one declared in the pom are
not found.

This now adds an additional step each time a project is added as a
dependency to look if that project also has maven dependencies that map
to reactor projects.
@laeubi laeubi enabled auto-merge (rebase) March 29, 2024 10:59
Copy link

Test Results

  591 files  ±0    591 suites  ±0   3h 57m 38s ⏱️ - 19m 48s
  413 tests ±0    406 ✅ +1   7 💤 ±0  0 ❌  - 1 
1 239 runs  ±0  1 217 ✅ +1  22 💤 ±0  0 ❌  - 1 

Results for commit 7936e4b. ± Comparison against base commit b35d8e0.

@laeubi laeubi merged commit c657bfe into eclipse-tycho:main Mar 29, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

1 participant