42 Star 145 Fork 42

张峰(Tony)/Fast-ScanQRCode-Download

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
JAVA老油条 提交于 2020-03-23 18:15 +08:00 . commit message
<assembly xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.0.0.xsd">
<id>distribution</id>
<formats>
<!-- 打包格式位zip -->
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.directory}/${project.artifactId}</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/scripts</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/javactony/fast-scanqrcode-download.git
git@gitee.com:javactony/fast-scanqrcode-download.git
javactony
fast-scanqrcode-download
Fast-ScanQRCode-Download
master

搜索帮助