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 f7e6f5d commit 9dd45db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/io/xjar/XBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ public abstract class XBuilder extends AbstractMojo {
@Parameter(property = "xjar.excludes")
private String[] excludes;

/**
* 项目打包模式,只对packaging == jar 的模块构建XJar
*/
@Parameter(readonly = true, defaultValue = "${project.packaging}")
private String packaging;

Expand Down

0 comments on commit 9dd45db

Please sign in to comment.