mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00:00
build(pom): 打包时复制common模块配置文件到外部
This commit is contained in:
@ -173,6 +173,10 @@
|
||||
<include name="**/*.*"/>
|
||||
<exclude name="mybatis/*/*.*"/>
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/../novel-common/src/main/resources">
|
||||
<include name="**/*.*"/>
|
||||
<exclude name="mybatis/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<move todir="${project.build.directory}/build/lib">
|
||||
<fileset dir="target/lib"/>
|
||||
|
Reference in New Issue
Block a user