自定义assembly,在weixin4j-mp-api打包时也把weixin4j-base工程一起包含

This commit is contained in:
jy.hu
2014-11-11 00:36:35 +08:00
parent ef39c25f66
commit f93719de2f
8 changed files with 110 additions and 11 deletions
@@ -9,12 +9,12 @@
<dependencySets>
<dependencySet>
<useProjectArtifact>true</useProjectArtifact>
<outputDirectory>lib</outputDirectory>
<outputDirectory>/lib</outputDirectory>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>com.foxinmy.weixin4j.mp</directory>
<directory>com/foxinmy/weixin4j/mp</directory>
<includes>
<include>**/*.md</include>
</includes>