perf:initScript增加执行成功的log
This commit is contained in:
@@ -28,6 +28,7 @@ public class CopyLauncherScriptMojo extends AbstractMojo {
|
|||||||
public void execute() throws MojoExecutionException {
|
public void execute() throws MojoExecutionException {
|
||||||
try {
|
try {
|
||||||
copy("launchScript");
|
copy("launchScript");
|
||||||
|
System.out.println("initScript success.");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new MojoExecutionException("copy launchScript error!");
|
throw new MojoExecutionException("copy launchScript error!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user