java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenScm

public class MavenScm extends Object
A version control section of a MavenBuild.
Author:
Joachim Pasquali
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • getConnection

      public String getConnection()
      Return the source control management system URL that describes the repository and how to connect to the repository.
      Returns:
      the source control management system URL
    • getDeveloperConnection

      public String getDeveloperConnection()
      Just like connection, but for developers, i.e. this scm connection will not be read only.
      Returns:
      the source control management system URL for developers
    • getTag

      public String getTag()
      The tag of current code. By default, it's set to HEAD during development.
      Returns:
      the tag of current code
    • getUrl

      public String getUrl()
      The URL to the project's browsable SCM repository.
      Returns:
      the URL to the project's browsable SCM repository