1 Star 0 Fork 1

糊涂疯 / javis

forked from 翡青 / javis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
assembly.xml 899 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhujifang 提交于 2015-12-29 14:43 . add assembly
<assembly>
<id>deploy</id>
<baseDirectory>${warName}</baseDirectory>
<formats>
<format>tgz</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${finalName}-web/target/exploded/${warName}</directory>
<includes>
<include>**</include>
</includes>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>${finalName}</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>**/target/**</exclude>
<exclude>**/classes/**</exclude>
<exclude>**/*.iml</exclude>
</excludes>
<outputDirectory>${finalName}</outputDirectory>
</fileSet>
</fileSets>
</assembly>
1
https://gitee.com/xujichang/benz.git
git@gitee.com:xujichang/benz.git
xujichang
benz
javis
master

搜索帮助