Merge branch '2.6.x' into 2.7.x
This commit is contained in:
@@ -248,7 +248,6 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
|
||||
return this.workingDirectory != null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void run(String startClassName) throws MojoExecutionException, MojoFailureException {
|
||||
boolean fork = isFork();
|
||||
this.project.getProperties().setProperty("_spring.boot.fork.enabled", Boolean.toString(fork));
|
||||
|
||||
@@ -82,7 +82,6 @@ public class StopMojo extends AbstractMojo {
|
||||
private boolean skip;
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
public void execute() throws MojoExecutionException, MojoFailureException {
|
||||
if (this.skip) {
|
||||
getLog().debug("skipping stop as per configuration.");
|
||||
|
||||
Reference in New Issue
Block a user