Closed guillermo-varela closed 7 months ago
Introduces a new optional configuration to exclude dependencies under the compileOnly configuration, matching the default behavior of the Maven plugin (not including the provided scope): https://help.sonatype.com/en/sonatype-clm-for-maven.html#included-dependencies
compileOnly
provided
ossIndexAudit { excludeCompileOnly = true } nexusIQScan { excludeCompileOnly = true }
As this configuration is optional and by default false, the existing behavior to include dependencies remains the same for users already using the plugin.
false
It relates to the following issue #s:
cc @bhamail / @DarthHater / @shaikhu
Introduces a new optional configuration to exclude dependencies under the
compileOnly
configuration, matching the default behavior of the Maven plugin (not including theprovided
scope): https://help.sonatype.com/en/sonatype-clm-for-maven.html#included-dependenciesAs this configuration is optional and by default
false
, the existing behavior to include dependencies remains the same for users already using the plugin.It relates to the following issue #s:
cc @bhamail / @DarthHater / @shaikhu