浏览代码

'打包名称'

master
dongyuangong 4 年前
父节点
当前提交
39ef45cafd
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      pom.xml

+ 5
- 1
pom.xml 查看文件

@@ -356,7 +356,11 @@
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>

<webResources>
<directory>src/main/resoreces/${package.environment}</directory>
<targetPath>WEB-INF/classes</targetPath>
<filtering>true</filtering>
</webResources>
</configuration>

</plugin>

正在加载...
取消
保存