Revise maven test skip settings.
This commit is contained in:
parent
987dffb167
commit
bf8ca3a227
1
pom.xml
1
pom.xml
@ -57,7 +57,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
<maven.test.skip>true</maven.test.skip>
|
|
||||||
<locales>zh_CN</locales>
|
<locales>zh_CN</locales>
|
||||||
<fastjson.version>1.2.31</fastjson.version>
|
<fastjson.version>1.2.31</fastjson.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -11,6 +11,9 @@
|
|||||||
<name>weixin4j-base</name>
|
<name>weixin4j-base</name>
|
||||||
<description>微信开发基础工程</description>
|
<description>微信开发基础工程</description>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-base</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-base</url>
|
||||||
|
<properties>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
@ -11,6 +11,9 @@
|
|||||||
<name>weixin4j-mp</name>
|
<name>weixin4j-mp</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-mp</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-mp</url>
|
||||||
<description>微信公众平台API</description>
|
<description>微信公众平台API</description>
|
||||||
|
<properties>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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"
|
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>
|
<parent>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
@ -12,6 +15,9 @@
|
|||||||
<artifactId>weixin4j-pay</artifactId>
|
<artifactId>weixin4j-pay</artifactId>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
|
||||||
<description>微信支付商户平台API</description>
|
<description>微信支付商户平台API</description>
|
||||||
|
<properties>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
</properties>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kit-lee</id>
|
<id>kit-lee</id>
|
||||||
|
|||||||
@ -11,6 +11,9 @@
|
|||||||
<name>weixin4j-qy</name>
|
<name>weixin4j-qy</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-qy</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-qy</url>
|
||||||
<description>微信企业号API</description>
|
<description>微信企业号API</description>
|
||||||
|
<properties>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@ -12,6 +12,9 @@
|
|||||||
<name>weixin4j-server</name>
|
<name>weixin4j-server</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
||||||
<description>微信消息netty服务器</description>
|
<description>微信消息netty服务器</description>
|
||||||
|
<properties>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user