|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
<developerConnection>https://qiaoqiaoyun.com</developerConnection>
|
|
|
|
|
<url>http://www.jeecg.com/vip</url>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
@ -361,19 +361,12 @@
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 打包跳过测试 -->
|
|
|
|
|
<!-- 打包跳过测试 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 避免font文件的二进制文件格式压缩破坏 -->
|
|
|
|
@ -420,7 +413,7 @@
|
|
|
|
|
<url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 环境 -->
|
|
|
|
|
<profiles>
|
|
|
|
|
<!-- 开发 -->
|
|
|
|
|