Package org.gradle.api.publish.maven
Interface MavenPomScm
public interface MavenPomScm
The SCM (source control management) of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Details
-
getConnection
The connection URL of this SCM. -
getDeveloperConnection
The developer connection URL of this SCM. -
getUrl
The browsable repository URL of this SCM. -
getTag
The tag of current code in this SCM.
-