public static class InitializrConfiguration.Env.Maven extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InitializrConfiguration.Env.Maven.ParentPom
Parent POM details.
|
| Constructor and Description |
|---|
Maven() |
| Modifier and Type | Method and Description |
|---|---|
InitializrConfiguration.Env.Maven.ParentPom |
getParent() |
boolean |
isSpringBootStarterParent(InitializrConfiguration.Env.Maven.ParentPom parentPom)
Check if the specified
InitializrConfiguration.Env.Maven.ParentPom is the default spring boot starter
parent. |
InitializrConfiguration.Env.Maven.ParentPom |
resolveParentPom(String bootVersion)
Resolve the parent pom to use.
|
public InitializrConfiguration.Env.Maven.ParentPom getParent()
public InitializrConfiguration.Env.Maven.ParentPom resolveParentPom(String bootVersion)
bootVersion is used.bootVersion - the Spring Boot versionpublic boolean isSpringBootStarterParent(InitializrConfiguration.Env.Maven.ParentPom parentPom)
InitializrConfiguration.Env.Maven.ParentPom is the default spring boot starter
parent.parentPom - the parent pom to checktrue if the parentPom is the spring boot starter
parentCopyright © 2019 Pivotal Software, Inc.. All rights reserved.