You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current attempt is at assertj/assertj#2748 where I include in the dependencyManagement section what I'd like to have in the BOM and I configure the flatten-maven-plugin with the bom flatten mode.
However, if I don't specify resolve as element handling for dependencyManagement, ${project.version} does not get expanded.
The additional configuration parameter is not a problem but I am wondering if there is a more idiomatic way to add a BOM for a Maven multi-module.
The text was updated successfully, but these errors were encountered:
I have the same issue. I do not want the dependencies to be resolved and include all the transitive dependencies. It turns a 100 line POM into a 15,000 line pom.
I tried with a dummy variable and using interpolate but that Renovate has problems with that. Using FlattenDependencyMode with direct did not work either.
I would like to add a BOM for AssertJ.
My current attempt is at assertj/assertj#2748 where I include in the
dependencyManagement
section what I'd like to have in the BOM and I configure theflatten-maven-plugin
with thebom
flatten mode.However, if I don't specify
resolve
as element handling fordependencyManagement
,${project.version}
does not get expanded.The additional configuration parameter is not a problem but I am wondering if there is a more idiomatic way to add a BOM for a Maven multi-module.
The text was updated successfully, but these errors were encountered: