Maven之如何用assembly插件打jar包
2021-03-05 05:29
标签:文件夹 dts form 图片 sim filter location schema pre maven-assembly-plugin有什么好处呢? 英文原文:The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distributable archive. 中文翻译:Assembly 插件的主要作用是,允许用户将项目输出与它的依赖项、模块、站点文档、和其他文件一起组装成一个可分发的归档文件。 本文以dtsf模块为例 先看这个package.xml文件 再看 真的pom文件 Maven之如何用assembly插件打jar包 标签:文件夹 dts form 图片 sim filter location schema pre 原文地址:https://www.cnblogs.com/juniorMa/p/14332686.htmlassembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
文章标题:Maven之如何用assembly插件打jar包
文章链接:http://soscw.com/index.php/essay/60311.html