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
fix(Maven): Do not duplicate hints about auto-generated POMs
For multi-module Maven projects, the hint about an auto-generated POM
was generated for each project. This is because the dependency graph
builder is shared by all projects, and packages are aggregated. To
prevent this, inspect only newly added packages. The hint is then
added only once for the project that referenced the package for the
first time.
Signed-off-by: Oliver Heger <oliver.heger@bosch.io>
0 commit comments