Merge branch '2.6.x' into 2.7.x
Closes gh-31865
This commit is contained in:
@@ -281,8 +281,8 @@ public class BuildImageMojo extends AbstractPackagerMojo {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the {@link File} to use to backup the original source.
|
||||
* @return the file to use to backup the original source
|
||||
* Return the {@link File} to use to back up the original source.
|
||||
* @return the file to use to back up the original source
|
||||
*/
|
||||
private File getBackupFile() {
|
||||
Artifact source = getSourceArtifact(null);
|
||||
|
||||
@@ -68,7 +68,7 @@ public class StopMojo extends AbstractMojo {
|
||||
private String jmxName;
|
||||
|
||||
/**
|
||||
* The port to use to lookup the platform MBeanServer if the application has been
|
||||
* The port to use to look up the platform MBeanServer if the application has been
|
||||
* forked.
|
||||
*/
|
||||
@Parameter(defaultValue = "9001")
|
||||
|
||||
Reference in New Issue
Block a user