Interface MavenPomDeploymentRepository
The repository information of the Maven
distributionManagement node.- Since:
- 9.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()A unique identifier for a repository.The type of layout this repository uses for locating and storing artifacts - can belegacyordefault.getName()Human readable name of the repository.Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.getUrl()The url of the repository, in the formprotocol://hostname/path.
-
Method Details
-
getId
-
getName
-
getUniqueVersion
-
getUrl
-
getLayout
-