Revise maven test skip settings.

This commit is contained in:
Sutra Zhou 2021-08-07 23:41:29 +08:00
parent 987dffb167
commit bf8ca3a227
6 changed files with 69 additions and 52 deletions

View File

@ -57,7 +57,6 @@
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.test.skip>true</maven.test.skip>
<locales>zh_CN</locales>
<fastjson.version>1.2.31</fastjson.version>
</properties>

View File

@ -11,6 +11,9 @@
<name>weixin4j-base</name>
<description>微信开发基础工程</description>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-base</url>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<build>
<resources>
<resource>

View File

@ -11,6 +11,9 @@
<name>weixin4j-mp</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-mp</url>
<description>微信公众平台API</description>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>weixin4j</artifactId>
<groupId>com.foxinmy</groupId>
@ -12,6 +15,9 @@
<artifactId>weixin4j-pay</artifactId>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
<description>微信支付商户平台API</description>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<developers>
<developer>
<id>kit-lee</id>

View File

@ -11,6 +11,9 @@
<name>weixin4j-qy</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-qy</url>
<description>微信企业号API</description>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<build>
<plugins>
<plugin>

View File

@ -12,6 +12,9 @@
<name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<dependencies>
<dependency>
<groupId>io.netty</groupId>