Commit b88f213e6ac201767158d8f50918193bd839fb0b

Authored by Lawrence
1 parent 621518e8

优化打包参数

Showing 1 changed file with 4 additions and 3 deletions
... ... @@ -163,6 +163,7 @@
163 163  
164 164 <build>
165 165 <plugins>
  166 +
166 167 <plugin>
167 168 <groupId>org.springframework.boot</groupId>
168 169 <artifactId>spring-boot-maven-plugin</artifactId>
... ... @@ -176,7 +177,7 @@
176 177 <configuration>
177 178 <source>1.8</source>
178 179 <target>1.8</target>
179   -<<<<<<< HEAD
  180 + <!--
180 181 <webResources>
181 182 <resource>
182 183 <directory>${project.basedir}/libs</directory>
... ... @@ -187,8 +188,7 @@
187 188 </includes>
188 189 </resource>
189 190 </webResources>
190   -=======
191   ->>>>>>> upstream/master
  191 + -->
192 192 </configuration>
193 193 </plugin>
194 194  
... ... @@ -196,6 +196,7 @@
196 196 <groupId>org.apache.maven.plugins</groupId>
197 197 <artifactId>maven-surefire-plugin</artifactId>
198 198 </plugin>
  199 +
199 200 </plugins>
200 201 </build>
201 202 </project>
... ...