Maven Repository Content Descriptor
Extends the repository content descriptor with Maven repositories specific options.
Since
5.1
Functions
Link copied to clipboard
Declares that an entire group shouldn't be searched for in this repository.
Link copied to clipboard
Declares that an entire group and its subgroups shouldn't be searched for in this repository.
Link copied to clipboard
Declares that an entire group shouldn't be searched for in this repository.
Link copied to clipboard
Declares that an entire module shouldn't be searched for in this repository.
Link copied to clipboard
Declares that an entire module shouldn't be searched for in this repository, using regular expressions.
Link copied to clipboard
Declares that a specific module version shouldn't be searched for in this repository.
Link copied to clipboard
abstract fun excludeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)
Declares that a specific module version shouldn't be searched for in this repository, using regular expressions.
Link copied to clipboard
Declares that an entire group should be searched for in this repository.
Link copied to clipboard
Declares that an entire group and its subgroups should be searched for in this repository.
Link copied to clipboard
Declares that an entire group should be searched for in this repository.
Link copied to clipboard
Declares that an entire module should be searched for in this repository.
Link copied to clipboard
Declares that an entire module should be searched for in this repository, using regular expressions.
Link copied to clipboard
Declares that a specific module version should be searched for in this repository.
Link copied to clipboard
abstract fun includeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)
Declares that a specific module version should be searched for in this repository, using regular expressions.
Link copied to clipboard
Declares that this repository should not be used for a specific set of configurations.
Link copied to clipboard
Link copied to clipboard
Declares that this repository should only be used for a specific set of configurations.
Link copied to clipboard
Declares that this repository only contains releases.
Link copied to clipboard
Declares that this repository only contains snapshots.