Browse Source

优化打包参数

pull/1/head
Lawrence 4 years ago
parent
commit
b88f213e6a
  1. 7
      pom.xml

7
pom.xml

@ -163,6 +163,7 @@
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
@ -176,7 +177,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<<<<<<< HEAD
<!--
<webResources>
<resource>
<directory>${project.basedir}/libs</directory>
@ -187,8 +188,7 @@
</includes>
</resource>
</webResources>
=======
>>>>>>> upstream/master
-->
</configuration>
</plugin>
@ -196,6 +196,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save