|
@@ -191,37 +191,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>${maven-surefire-version}</version>
|
|
|
- <configuration>
|
|
|
- <testFailureIgnore>true</testFailureIgnore>
|
|
|
- <skipTests>true</skipTests>
|
|
|
- <skip>true</skip>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <version>${version-plugin.version}</version>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <mainClass>cn.com.qmth.print.manage.ApiApplication</mainClass>
|
|
|
- <addClasspath>true</addClasspath>
|
|
|
- <classpathPrefix>./</classpathPrefix>
|
|
|
- </manifest>
|
|
|
- <manifestEntries>
|
|
|
- <Class-Path>../config/</Class-Path>
|
|
|
- </manifestEntries>
|
|
|
- </archive>
|
|
|
- <excludes>
|
|
|
- <exclude>*.properties</exclude>
|
|
|
- <exclude>*.xml</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
+ <version>2.3.7.RELEASE</version>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|