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
Add a configuration that allows configuring whether transitive dependencies are included in the report. Where transitive dependencies begin at the dependencies of the dependencies of a projects direct dependencies.
If the project is configured with <includeTransitiveDependencies>true</includeTransitiveDependencies> the dependencies for commonGroup:commonArtifact, uncommonGroupA:uncommonArtifactA, and uncommonGroupB:uncommonArtifactB are included in the report. By default to maintain current functionality the value should be true.
The text was updated successfully, but these errors were encountered:
Add a configuration that allows configuring whether transitive dependencies are included in the report. Where transitive dependencies begin at the dependencies of the dependencies of a projects direct dependencies.
For example, I have a POM with two dependencies:
Project
Artifact A
Artifact B
If the project is configured with
<includeTransitiveDependencies>true</includeTransitiveDependencies>
the dependencies forcommonGroup:commonArtifact
,uncommonGroupA:uncommonArtifactA
, anduncommonGroupB:uncommonArtifactB
are included in the report. By default to maintain current functionality the value should be true.The text was updated successfully, but these errors were encountered: