sonatype-nexus-community / scan-gradle-plugin

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
Apache License 2.0
77 stars 21 forks source link

#81 Exclude sub-modules by name for Nexus IQ #97

Closed guillermo-varela closed 3 years ago

guillermo-varela commented 3 years ago

When having a multi-module project, like this:

sample-project
 --> sub-module-1
 --> sub-module-2
 --> sub-module-3

A new property will allow to exclude some of those from scan and evaluation in Nexus IQ:

modulesExcluded = ['sub-module-1', 'sub-module-2']

It relates to the following issue #s:

cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu