public class SpringBootUtil extends Object
| Constructor and Description |
|---|
SpringBootUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSpringBootMavenPluginClassifier(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
Read the value of the classifier configuration parameter from the
spring-boot-maven-plugin
|
static File |
getSpringBootUberJAR(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
Get the Spring Boot Uber JAR in its expected location, validating the JAR
contents and handling spring-boot-maven-plugin classifier configuration as
well.
|
public static String getSpringBootMavenPluginClassifier(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
project - log - public static File getSpringBootUberJAR(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
outputDirectory - project - log - Copyright © 2018 the original author or authors.