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- 
getConnectionThe connection URL of this SCM.
- 
getDeveloperConnectionThe developer connection URL of this SCM.
- 
getUrlThe browsable repository URL of this SCM.
- 
getTagThe tag of current code in this SCM.
 
-