Commit 6febe144 authored by 董国亮's avatar 董国亮

优化打包,避免将mapper打进jar

parent c14b0c0c
......@@ -348,6 +348,9 @@
<excludes>
<exclude>**/bin/*</exclude>
</excludes>
<excludes>
<exclude>**/mapper/*</exclude>
</excludes>
</resource>
</resources>
</configuration>
......@@ -390,8 +393,7 @@
</archive>
<excludes>
<exclude>*.**</exclude>
<exclude>*/*.xml</exclude>
<!--<exclude>configs/**/**</exclude>-->
<exclude>*/**/*.xml</exclude>
</excludes>
<outputDirectory>${project.parent.basedir}/assembly/${project.name}/lib</outputDirectory>
<classesDirectory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment