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