浏览代码

代码重构

tom.xu@informa.com 2 年之前
父节点
当前提交
6c06ad856e
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -102,6 +102,11 @@
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>3.1.0</version><!--亲测:3.1.0和2.4.3都可以。-->
+            </plugin>
         </plugins>
     </build>