-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transitive dependency projects are not discovered with --also-make
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.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters