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

public class MavenParent extends Object
The <parent> in a Maven pom.
Author:
Andy Wilkinson
  • Method Details

    • getGroupId

      public String getGroupId()
      Return the group ID of the parent.
      Returns:
      the group ID
    • getArtifactId

      public String getArtifactId()
      Return the artifact ID of the parent.
      Returns:
      the artifact ID
    • getVersion

      public String getVersion()
      Return the version of the parent.
      Returns:
      the version
    • getRelativePath

      public String getRelativePath()
      Return the relative path of this parent.
      Returns:
      the relative path of this parent or null.