Class MavenExtension

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

public class MavenExtension extends Object
A build extension in a @MavenBuild.
Author:
Niklas Herder, Stephane Nicoll
  • Constructor Details

  • Method Details

    • getGroupId

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

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

      public String getVersion()
      Return the version of the extension.
      Returns:
      the artifact id