Class MavenProfile.Settings
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenProfile.Settings
- Enclosing class:
- MavenProfile
Maven profile settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the default goal or phase to execute if none is given.Return the final name of the artifact.
-
Constructor Details
-
Settings
-
-
Method Details
-
getDefaultGoal
Return the default goal or phase to execute if none is given.- Returns:
- the default goal or
null
to use the default
-
getFinalName
Return the final name of the artifact.- Returns:
- the final name or
null
to use the default
-