mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
build(pom): 打包时复制common模块配置文件到外部
This commit is contained in:
parent
96662fcb17
commit
094ac95428
@ -107,6 +107,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"/>
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user