Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
core-lib committed Dec 4, 2018
1 parent 9dd45db commit cfc5d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/xjar/XBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public abstract class XBuilder extends AbstractMojo {
private String packaging;

public void execute() throws MojoExecutionException {
System.out.println(packaging);
if (!"jar".equalsIgnoreCase(packaging)) {
return;
}
Expand Down

0 comments on commit cfc5d96

Please sign in to comment.