update pom.xml

This commit is contained in:
jinyu
2015-05-31 00:12:24 +08:00
parent a1cd537db6
commit 2bd533fb59
6 changed files with 55 additions and 18 deletions
+6 -4
View File
@@ -1,5 +1,6 @@
<?xml version="1.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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foxinmy</groupId>
@@ -12,12 +13,13 @@
<description>微信企业号API</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>weixin4j-qy-${project.version}</finalName>
</configuration>
</plugin>
</plugins>
</build>
+1
View File
@@ -25,6 +25,7 @@
<unpack>true</unpack>
<includes>
<include>com.foxinmy:weixin4j-base</include>
<include>com.alibaba:fastjson</include>
</includes>
</dependencySet>
</dependencySets>