dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 8 años
hace 10 años
hace 7 años
hace 8 años
hace 7 años
hace 8 años
hace 10 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. <?xml version="1.0"?>
  2. <project
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.github.binarywang</groupId>
  7. <artifactId>weixin-java-parent</artifactId>
  8. <version>2.5.7.BETA</version>
  9. <packaging>pom</packaging>
  10. <name>WeiXin Java Tools - Parent</name>
  11. <description>微信公众号、企业号上级POM</description>
  12. <url>https://github.com/wechat-group/weixin-java-tools</url>
  13. <licenses>
  14. <license>
  15. <name>The Apache License, Version 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  17. </license>
  18. </licenses>
  19. <developers>
  20. <developer>
  21. <name>Daniel Qian</name>
  22. <email>chanjarster@gmail.com</email>
  23. <url>https://github.com/chanjarster</url>
  24. </developer>
  25. <developer>
  26. <name>Binary Wang</name>
  27. <email>binarywang@gmail.com</email>
  28. <url>https://github.com/binarywang</url>
  29. </developer>
  30. <developer>
  31. <name>gaigeshen</name>
  32. <email>gaigeshen@qq.com</email>
  33. <url>https://github.com/gaigeshen</url>
  34. </developer>
  35. <developer>
  36. <name>Liu Mingbo</name>
  37. <email>liumingbo2008@gmail.com</email>
  38. <url>https://github.com/FirenzesEagle</url>
  39. </developer>
  40. <developer>
  41. <name>kakotor</name>
  42. <email>kakotor@gmail.com</email>
  43. <url>https://github.com/kakotor</url>
  44. </developer>
  45. <developer>
  46. <name>xiong</name>
  47. <email>zhaoxiong.tan@gmail.com</email>
  48. <url>https://github.com/ZhaoxiongTan</url>
  49. </developer>
  50. <developer>
  51. <name>LiuJunGuang</name>
  52. <email>aimilin@yeah.net</email>
  53. <url>https://github.com/aimilin6688</url>
  54. </developer>
  55. <developer>
  56. <name>Eric.Tsai</name>
  57. <email>xiaodong.cai.ks@gmail.com</email>
  58. <url>https://github.com/iwareserictsai</url>
  59. </developer>
  60. <developer>
  61. <name>withinthefog</name>
  62. <email>withinthefog@gmail.com</email>
  63. <url>https://github.com/withinthefog</url>
  64. </developer>
  65. <developer>
  66. <name>Keung</name>
  67. <email>dongfuqiang1988@163.com</email>
  68. <url>https://github.com/johnnytung</url>
  69. </developer>
  70. <developer>
  71. <name>Jonk</name>
  72. <email>aimilin@yeah.net</email>
  73. <url>https://github.com/aimilin6688</url>
  74. </developer>
  75. </developers>
  76. <scm>
  77. <connection>scm:git:https://github.com/wechat-group/weixin-java-tools.git</connection>
  78. <developerConnection>scm:git:git@github.com:wechat-group/weixin-java-tools.git</developerConnection>
  79. <url>https://github.com/wechat-group/weixin-java-tools</url>
  80. </scm>
  81. <modules>
  82. <module>weixin-java-common</module>
  83. <module>weixin-java-cp</module>
  84. <module>weixin-java-mp</module>
  85. <module>weixin-java-pay</module>
  86. <!--module>weixin-java-osgi</module-->
  87. </modules>
  88. <properties>
  89. <maven.compiler.source>1.7</maven.compiler.source>
  90. <maven.compiler.target>1.7</maven.compiler.target>
  91. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  92. <downloadJavadocs>true</downloadJavadocs>
  93. <downloadSources>true</downloadSources>
  94. <httpclient.version>4.5</httpclient.version>
  95. <slf4j.version>1.7.10</slf4j.version>
  96. <logback.version>1.1.2</logback.version>
  97. <gson.version>2.7</gson.version>
  98. <guava.version>19.0</guava.version>
  99. <commons-lang3.version>3.5</commons-lang3.version>
  100. <commons-io.version>2.5</commons-io.version>
  101. <commons-codec.version>1.10</commons-codec.version>
  102. <jetty.version>9.3.0.RC0</jetty.version>
  103. <jedis.version>2.9.0</jedis.version>
  104. </properties>
  105. <dependencies>
  106. <dependency>
  107. <groupId>org.slf4j</groupId>
  108. <artifactId>slf4j-api</artifactId>
  109. <version>${slf4j.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.thoughtworks.xstream</groupId>
  113. <artifactId>xstream</artifactId>
  114. <version>1.4.9</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>ch.qos.logback</groupId>
  118. <artifactId>logback-classic</artifactId>
  119. <version>${logback.version}</version>
  120. <scope>test</scope>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.apache.httpcomponents</groupId>
  124. <artifactId>httpclient</artifactId>
  125. <version>${httpclient.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.httpcomponents</groupId>
  129. <artifactId>httpmime</artifactId>
  130. <version>${httpclient.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.google.code.gson</groupId>
  134. <artifactId>gson</artifactId>
  135. <version>${gson.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>commons-codec</groupId>
  139. <artifactId>commons-codec</artifactId>
  140. <version>${commons-codec.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>commons-io</groupId>
  144. <artifactId>commons-io</artifactId>
  145. <version>${commons-io.version}</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.apache.commons</groupId>
  149. <artifactId>commons-lang3</artifactId>
  150. <version>${commons-lang3.version}</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.google.guava</groupId>
  154. <artifactId>guava</artifactId>
  155. <version>${guava.version}</version>
  156. </dependency>
  157. </dependencies>
  158. <dependencyManagement>
  159. <dependencies>
  160. <dependency>
  161. <groupId>com.google.inject</groupId>
  162. <artifactId>guice</artifactId>
  163. <version>3.0</version>
  164. <scope>test</scope>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.testng</groupId>
  168. <artifactId>testng</artifactId>
  169. <version>6.8.7</version>
  170. <scope>test</scope>
  171. </dependency>
  172. <dependency>
  173. <groupId>org.mockito</groupId>
  174. <artifactId>mockito-all</artifactId>
  175. <version>1.9.5</version>
  176. <scope>test</scope>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.eclipse.jetty</groupId>
  180. <artifactId>jetty-server</artifactId>
  181. <version>${jetty.version}</version>
  182. <scope>test</scope>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.eclipse.jetty</groupId>
  186. <artifactId>jetty-servlet</artifactId>
  187. <version>${jetty.version}</version>
  188. <scope>test</scope>
  189. </dependency>
  190. <dependency>
  191. <groupId>redis.clients</groupId>
  192. <artifactId>jedis</artifactId>
  193. <version>${jedis.version}</version>
  194. </dependency>
  195. </dependencies>
  196. </dependencyManagement>
  197. <distributionManagement>
  198. <snapshotRepository>
  199. <id>ossrh</id>
  200. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  201. </snapshotRepository>
  202. <repository>
  203. <id>ossrh</id>
  204. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  205. </repository>
  206. </distributionManagement>
  207. <profiles>
  208. <profile>
  209. <id>doclint-java8-disable</id>
  210. <activation>
  211. <jdk>[1.8,)</jdk>
  212. </activation>
  213. <properties>
  214. <javadoc.opts>-Xdoclint:none</javadoc.opts>
  215. </properties>
  216. </profile>
  217. <profile>
  218. <id>release</id>
  219. <build>
  220. <plugins>
  221. <plugin>
  222. <groupId>org.apache.maven.plugins</groupId>
  223. <artifactId>maven-source-plugin</artifactId>
  224. <version>2.2.1</version>
  225. <executions>
  226. <execution>
  227. <id>attach-sources</id>
  228. <goals>
  229. <goal>jar-no-fork</goal>
  230. </goals>
  231. </execution>
  232. </executions>
  233. </plugin>
  234. <plugin>
  235. <groupId>org.apache.maven.plugins</groupId>
  236. <artifactId>maven-javadoc-plugin</artifactId>
  237. <version>2.9.1</version>
  238. <executions>
  239. <execution>
  240. <id>attach-javadocs</id>
  241. <goals>
  242. <goal>jar</goal>
  243. </goals>
  244. </execution>
  245. </executions>
  246. <configuration>
  247. <additionalparam>${javadoc.opts}</additionalparam>
  248. <charset>UTF-8</charset>
  249. <locale>zh_CN</locale>
  250. </configuration>
  251. </plugin>
  252. <plugin>
  253. <groupId>org.apache.maven.plugins</groupId>
  254. <artifactId>maven-gpg-plugin</artifactId>
  255. <version>1.5</version>
  256. <executions>
  257. <execution>
  258. <id>sign-artifacts</id>
  259. <phase>verify</phase>
  260. <goals>
  261. <goal>sign</goal>
  262. </goals>
  263. </execution>
  264. </executions>
  265. </plugin>
  266. </plugins>
  267. </build>
  268. </profile>
  269. </profiles>
  270. <build>
  271. <pluginManagement>
  272. <plugins>
  273. <plugin>
  274. <groupId>org.apache.maven.plugins</groupId>
  275. <artifactId>maven-surefire-plugin</artifactId>
  276. <version>2.17</version>
  277. <configuration>
  278. <skip>true</skip>
  279. </configuration>
  280. </plugin>
  281. </plugins>
  282. </pluginManagement>
  283. <plugins>
  284. <plugin>
  285. <groupId>org.sonatype.plugins</groupId>
  286. <artifactId>nexus-staging-maven-plugin</artifactId>
  287. <version>1.6.3</version>
  288. <extensions>true</extensions>
  289. <configuration>
  290. <serverId>ossrh</serverId>
  291. <nexusUrl>https://oss.sonatype.org/</nexusUrl>
  292. <autoReleaseAfterClose>true</autoReleaseAfterClose>
  293. </configuration>
  294. </plugin>
  295. <plugin>
  296. <groupId>org.apache.maven.plugins</groupId>
  297. <artifactId>maven-release-plugin</artifactId>
  298. <version>2.5.1</version>
  299. <configuration>
  300. <autoVersionSubmodules>true</autoVersionSubmodules>
  301. <useReleaseProfile>false</useReleaseProfile>
  302. <releaseProfiles>release</releaseProfiles>
  303. <goals>deploy</goals>
  304. </configuration>
  305. </plugin>
  306. <plugin>
  307. <groupId>org.apache.maven.plugins</groupId>
  308. <artifactId>maven-compiler-plugin</artifactId>
  309. <version>3.6.0</version>
  310. <configuration>
  311. <encoding>UTF-8</encoding>
  312. </configuration>
  313. </plugin>
  314. </plugins>
  315. </build>
  316. </project>