Skip to content

Commit 50b2302

Browse files
committed
Update CommandUtils.java
1 parent 77ace98 commit 50b2302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/fvarrui/maven/plugin/javapackager/utils/CommandUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public static String execute(File workingDirectory, String executable, Object ..
4141

4242
Logger.info("Executing command: " + StringUtils.join(command.getCommandline(), " "));
4343

44+
System.out.println("Executing command: " + StringUtils.join(command.getCommandline(), " "));
45+
4446
Process process = command.execute();
4547

4648
BufferedReader output = new BufferedReader(new InputStreamReader(process.getInputStream()));

0 commit comments

Comments
 (0)