Merge branch 'dev' of https://git.mesalab.cn/nezha/nz-talon.git into dev
This commit is contained in:
34
pom.xml
34
pom.xml
@@ -73,6 +73,40 @@
|
||||
</configuration>
|
||||
|
||||
</plugin>
|
||||
|
||||
<!-- 跳过单元测试 -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- 添加 XJar Maven 插件 -->
|
||||
<plugin>
|
||||
<groupId>com.mesalab.xjar-maven-plugin</groupId>
|
||||
<artifactId>mesalab-xjar-maven-plugin</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>build</goal>
|
||||
</goals>
|
||||
<phase>package</phase>
|
||||
|
||||
<configuration>
|
||||
<!-- <password>111111</password>-->
|
||||
<!-- <includes>-->
|
||||
<!-- <include>cn/nis/ntc/**</include>-->
|
||||
<!-- </includes>-->
|
||||
<!-- <excludes>-->
|
||||
<!-- <exclude>cn/nis/ntc/api/config/Swagger2Configuration.class</exclude>-->
|
||||
<!-- </excludes>-->
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user