MavenRepositoryContentDescriptor

Extends the repository content descriptor with Maven repositories specific options.

Since

5.1

Functions

Link copied to clipboard
abstract fun excludeGroup(group: String)
Link copied to clipboard
abstract fun excludeGroupAndSubgroups(groupPrefix: String)
Link copied to clipboard
abstract fun excludeGroupByRegex(groupRegex: String)
Link copied to clipboard
abstract fun excludeModule(group: String, moduleName: String)
Link copied to clipboard
abstract fun excludeModuleByRegex(groupRegex: String, moduleNameRegex: String)
Link copied to clipboard
abstract fun excludeVersion(group: String, moduleName: String, version: String)
Link copied to clipboard
abstract fun excludeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)
Link copied to clipboard
abstract fun includeGroup(group: String)
Link copied to clipboard
abstract fun includeGroupAndSubgroups(groupPrefix: String)
Link copied to clipboard
abstract fun includeGroupByRegex(groupRegex: String)
Link copied to clipboard
abstract fun includeModule(group: String, moduleName: String)
Link copied to clipboard
abstract fun includeModuleByRegex(groupRegex: String, moduleNameRegex: String)
Link copied to clipboard
abstract fun includeVersion(group: String, moduleName: String, version: String)
Link copied to clipboard
abstract fun includeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)
Link copied to clipboard
abstract fun notForConfigurations(configurationNames: Array<String>)
Link copied to clipboard
abstract fun <T> onlyForAttribute(attribute: Attribute<T>, validValues: Array<T>)
Link copied to clipboard
abstract fun onlyForConfigurations(configurationNames: Array<String>)
Link copied to clipboard
abstract fun releasesOnly()
Declares that this repository only contains releases.
Link copied to clipboard
abstract fun snapshotsOnly()
Declares that this repository only contains snapshots.