public interface RepositoryOption extends ValueOption<String>
| Modifier and Type | Method and Description |
|---|---|
RepositoryOption |
allowSnapshots()
Mark repository as allowing snapshots.
|
RepositoryOption |
disableReleases()
Mark repository as not allowing releases.
|
RepositoryOption |
id(String id)
Defines repository identifier to be referenced in Maven settings.
|
getValueRepositoryOption allowSnapshots()
RepositoryOption disableReleases()
RepositoryOption id(String id)
id - repository identifierCopyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.