-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40163 from aloubyansky/app-model-deps
Collect and expose info about dependencies of each artifact in ApplicationModel
- Loading branch information
Showing
24 changed files
with
466 additions
and
307 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
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
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
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
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
26 changes: 13 additions & 13 deletions
26
devtools/maven/src/test/resources/app-with-conditional-deps-1.jar.prod
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[info] Quarkus application PROD mode build dependency tree: | ||
[info] io.quarkus.bootstrap.test:app-with-conditional-deps:pom:1 | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-tomato:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella-deployment:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-mozzarella:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil-deployment:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-basil:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-salad:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:quarkus-caprese:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-caprese-deployment:jar:1 (compile) | ||
[info] └─ io.quarkus.bootstrap.test:quarkus-oil:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-tomato:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella-deployment:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-mozzarella:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil-deployment:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-basil:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-salad:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:quarkus-caprese:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-caprese-deployment:1 (compile) | ||
[info] └─ io.quarkus.bootstrap.test:quarkus-oil:1 (compile) |
56 changes: 28 additions & 28 deletions
56
devtools/maven/src/test/resources/app-with-conditional-graph-1.jar.prod
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[info] Quarkus application PROD mode build dependency tree: | ||
[info] io.quarkus.bootstrap.test:app-with-conditional-graph:pom:1 | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-tomato:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment::jar:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-mozzarella:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment::jar:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-basil:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext::jar:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment::jar:1 (compile) [+] | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-salad:jar:1 (compile) | ||
[info] │ │ ├─ io.quarkus.bootstrap.test:test-core-ext::jar:1 (compile) [+] | ||
[info] │ │ └─ io.quarkus.bootstrap.test:quarkus-caprese:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext::jar:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-caprese-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-caprese::jar:1 (compile) [+] | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-oil::jar:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment::jar:1 (compile) [+] | ||
[info] └─ io.quarkus.bootstrap.test:quarkus-oil:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-tomato-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-tomato:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-mozzarella-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-mozzarella:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-basil-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-basil:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) [+] | ||
[info] ├─ io.quarkus.bootstrap.test:quarkus-salad-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) [+] | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-salad:1 (compile) | ||
[info] │ │ ├─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) [+] | ||
[info] │ │ └─ io.quarkus.bootstrap.test:quarkus-caprese:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:quarkus-caprese-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-caprese:1 (compile) [+] | ||
[info] │ ├─ io.quarkus.bootstrap.test:quarkus-oil:1 (compile) [+] | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) [+] | ||
[info] └─ io.quarkus.bootstrap.test:quarkus-oil:1 (compile) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[info] Quarkus application DEV mode build dependency tree: | ||
[info] io.quarkus.bootstrap.test:test-app:pom:1 | ||
[info] ├─ io.quarkus.bootstrap.test:artifact-with-classifier:jar:classifier:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:test-ext2-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-ext2:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-ext1:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-ext1-deployment:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:optional:jar:1 (compile optional) | ||
[info] ├─ io.quarkus.bootstrap.test:test-ext3-deployment:jar:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-ext3:jar:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:jar:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:jar:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:provided:jar:1 (provided) | ||
[info] └─ io.quarkus.bootstrap.test:runtime:jar:1 (runtime) | ||
[info] ├─ io.quarkus.bootstrap.test:artifact-with-classifier:classifier:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:test-ext2-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-ext2:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-ext1:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-ext1-deployment:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:optional:1 (compile optional) | ||
[info] ├─ io.quarkus.bootstrap.test:test-ext3-deployment:1 (compile) | ||
[info] │ ├─ io.quarkus.bootstrap.test:test-ext3:1 (compile) | ||
[info] │ │ └─ io.quarkus.bootstrap.test:test-core-ext:1 (compile) | ||
[info] │ └─ io.quarkus.bootstrap.test:test-core-ext-deployment:1 (compile) | ||
[info] ├─ io.quarkus.bootstrap.test:provided:1 (provided) | ||
[info] └─ io.quarkus.bootstrap.test:runtime:1 (runtime) |
Oops, something went wrong.