update pom.xml
This commit is contained in:
parent
eaa5763e6b
commit
e08487b443
@ -25,7 +25,6 @@
|
|||||||
<unpack>true</unpack>
|
<unpack>true</unpack>
|
||||||
<includes>
|
<includes>
|
||||||
<include>com.foxinmy:weixin4j-base</include>
|
<include>com.foxinmy:weixin4j-base</include>
|
||||||
<include>com.alibaba:fastjson</include>
|
|
||||||
</includes>
|
</includes>
|
||||||
</dependencySet>
|
</dependencySet>
|
||||||
</dependencySets>
|
</dependencySets>
|
||||||
|
|||||||
53
pom.xml
53
pom.xml
@ -110,28 +110,17 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<version>2.3</version> <executions> <execution> <id>standard</id> <phase>package</phase>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<goals> <goal>shade</goal> </goals> <configuration> <createSourcesJar>false</createSourcesJar>
|
||||||
<version>2.3</version>
|
<artifactSet> <includes> <include>com.foxinmy:weixin4j-base</include> </includes>
|
||||||
<executions>
|
</artifactSet> <createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<execution>
|
</configuration> </execution> <execution> <id>full</id> <phase>package</phase>
|
||||||
<phase>package</phase>
|
<goals> <goal>shade</goal> </goals> <configuration> <createSourcesJar>false</createSourcesJar>
|
||||||
<goals>
|
<artifactSet> <includes> <include>com.foxinmy:weixin4j-base</include> <include>com.alibaba:fastjson</include>
|
||||||
<goal>shade</goal>
|
</includes> </artifactSet> <finalName>${project.artifactId}-${project.version}-full</finalName>
|
||||||
</goals>
|
<createDependencyReducedPom>false</createDependencyReducedPom> </configuration>
|
||||||
<configuration>
|
</execution> </executions> </plugin> -->
|
||||||
<createSourcesJar>false</createSourcesJar>
|
|
||||||
<artifactSet>
|
|
||||||
<includes>
|
|
||||||
<include>com.foxinmy:weixin4j-base</include>
|
|
||||||
</includes>
|
|
||||||
</artifactSet>
|
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
@ -234,16 +223,6 @@
|
|||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
<dependencyManagement>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<version>4.8.2</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</dependencyManagement>
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
@ -265,6 +244,16 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
<dependencyManagement>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
<version>4.8.2</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>oss-snapshot</id>
|
<id>oss-snapshot</id>
|
||||||
|
|||||||
@ -23,15 +23,4 @@
|
|||||||
<version>1.2.3</version>
|
<version>1.2.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skip>true</skip>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
@ -13,10 +13,6 @@
|
|||||||
<description>微信公众平台API</description>
|
<description>微信公众平台API</description>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
|||||||
@ -13,10 +13,6 @@
|
|||||||
<description>微信企业号API</description>
|
<description>微信企业号API</description>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user