Interface MavenRepositoryContentDescriptor
- All Superinterfaces:
InclusiveRepositoryContentDescriptor, RepositoryContentDescriptor
Extends the repository content descriptor with Maven repositories specific options.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeclares that this repository only contains releases.voidDeclares that this repository only contains snapshots.Methods inherited from interface InclusiveRepositoryContentDescriptor
includeGroup, includeGroupAndSubgroups, includeGroupByRegex, includeModule, includeModuleByRegex, includeVersion, includeVersionByRegexMethods inherited from interface RepositoryContentDescriptor
excludeGroup, excludeGroupAndSubgroups, excludeGroupByRegex, excludeModule, excludeModuleByRegex, excludeVersion, excludeVersionByRegex, notForConfigurations, onlyForAttribute, onlyForConfigurations
-
Method Details
-
releasesOnly
void releasesOnly()Declares that this repository only contains releases. -
snapshotsOnly
void snapshotsOnly()Declares that this repository only contains snapshots.
-