public class SpringBootUtil extends Object
| Constructor and Description |
|---|
SpringBootUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doesSpringBootRepackageGoalExecutionExist(org.apache.maven.project.MavenProject project)
Checks that the plugin exists for the given pluginKey.
|
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.
|
static File |
getSpringBootUberJARLocation(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
Get the Spring Boot Uber JAR in its expected location, taking into account the
spring-boot-maven-plugin classifier configuration as well.
|
public static boolean doesSpringBootRepackageGoalExecutionExist(org.apache.maven.project.MavenProject project)
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 - public static File getSpringBootUberJARLocation(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
outputDirectory - project - log - Copyright © 2021 the original author or authors.