BomOptions

data class BomOptions(var excludedScopes: List<String> = emptyList(), var acceptedModules: List<String> = emptyList(), var acceptedPaths: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(excludedScopes: List<String> = emptyList(), acceptedModules: List<String> = emptyList(), acceptedPaths: List<String> = emptyList())

Properties

Link copied to clipboard
@Incubating
var acceptedModules: List<String>
Link copied to clipboard
@Incubating
var acceptedPaths: List<String>
Link copied to clipboard
@Incubating
var excludedScopes: List<String>

This allows you to define a list of Maven scopes (e.g., compile, test)to exclude from the BOM dependencies.