Maven pom.xml 配置详解

http://niuzhenxin.iteye.com/blog/2042102

http://blog.csdn.net/u012562943/article/details/51690744

pom.xml:

<build>
<resources>
<resource>
<directory>config</directory>
<targetPath>../config</targetPath>
</resource>
</resources>
</build>

resource 部分在项目里仅为了在eclipse里执行项目。

maven-assembly-plugin 不需要它,可以直接从项目源码拷贝。

jar 包从target/classes拷贝。

上一篇:primary库新增数据文件后,standby库无法创建文件并终止数据同步


下一篇:SAP中日期时间函数总结