Class MavenExtension
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenExtension
A build extension in a @
MavenBuild
.- Author:
- Niklas Herder, Stephane Nicoll
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the artifact ID of the extension.Return the group ID of the extension.Return the version of the extension.
-
Constructor Details
-
MavenExtension
-
-
Method Details
-
getGroupId
Return the group ID of the extension.- Returns:
- the group id
-
getArtifactId
Return the artifact ID of the extension.- Returns:
- the artifact id
-
getVersion
Return the version of the extension.- Returns:
- the artifact id
-