-
Notifications
You must be signed in to change notification settings - Fork 87
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
for multimodule-module-with-parent there is a missing direct-dependency test case #220
Comments
It turned out that
were configured default to flattenDependencyMode direct by default. They also failed after implementing the bug fix for #220 |
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
multimodule-module-with-parent
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
to provide FlattenDependencyMode to the DirectDependenciesInheritanceModelMerger to decide if the parent dependencies should be merged into the child.
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
…t dependency test" This reverts commit f842535.
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
flattenDependencyMode all
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
flattenDependencyMode all
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Jul 8, 2021
Closed
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
…to accomplish the job
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
multimodule-module-with-parent
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
to provide FlattenDependencyMode to the DirectDependenciesInheritanceModelMerger to decide if the parent dependencies should be merged into the child.
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
flattenDependencyMode all
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
flattenDependencyMode all
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
add class documentation to the issue and the need for the class and configuration hint
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
…to accomplish the job
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Nov 30, 2022
… on top of master
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Dec 5, 2022
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Dec 5, 2022
… artifact is faster than using the sisu-maven-plugin
KemalSoysal
added a commit
to ls-it-solutions/flatten-maven-plugin
that referenced
this issue
Dec 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ran into an issue with dependencies of parent being flattened into the multimodule-module-with-parent when configured with flattenDependencyMode direct (default and explicit).
I checked the integration test scenarios and found out, it is missing.
I duplicated and adapted the multimodule-module-with-parent test from resolveCiFriendliesOnly locally, and it shows the same behavior as in production.
The text was updated successfully, but these errors were encountered: