dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

233 satır
6.9 KiB

  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>me.chanjar</groupId>
  7. <artifactId>weixin-java-parent</artifactId>
  8. <version>1.1.7</version>
  9. <packaging>pom</packaging>
  10. <name>WeiXin Java Tools - Parent</name>
  11. <description>微信公众号、企业号上级POM</description>
  12. <url>https://github.com/chanjarster/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. </developer>
  24. </developers>
  25. <scm>
  26. <connection>scm:git:https://github.com/chanjarster/weixin-java-tools.git</connection>
  27. <developerConnection>scm:git:git@github.com:chanjarster/weixin-java-tools.git</developerConnection>
  28. <url>https://github.com/chanjarster/weixin-java-tools</url>
  29. </scm>
  30. <modules>
  31. <module>weixin-java-common</module>
  32. <module>weixin-java-cp</module>
  33. <module>weixin-java-mp</module>
  34. </modules>
  35. <properties>
  36. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  37. <downloadJavadocs>true</downloadJavadocs>
  38. <downloadSources>true</downloadSources>
  39. <httpclient.version>4.3.5</httpclient.version>
  40. <slf4j.version>1.7.10</slf4j.version>
  41. <logback.version>1.1.2</logback.version>
  42. </properties>
  43. <dependencies>
  44. <dependency>
  45. <groupId>org.slf4j</groupId>
  46. <artifactId>slf4j-api</artifactId>
  47. <version>${slf4j.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>ch.qos.logback</groupId>
  51. <artifactId>logback-classic</artifactId>
  52. <version>${logback.version}</version>
  53. <scope>test</scope>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.apache.httpcomponents</groupId>
  57. <artifactId>fluent-hc</artifactId>
  58. <version>${httpclient.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.apache.httpcomponents</groupId>
  62. <artifactId>httpmime</artifactId>
  63. <version>${httpclient.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.google.code.gson</groupId>
  67. <artifactId>gson</artifactId>
  68. <version>2.2.2</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>commons-codec</groupId>
  72. <artifactId>commons-codec</artifactId>
  73. <version>1.9</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>commons-io</groupId>
  77. <artifactId>commons-io</artifactId>
  78. <version>2.4</version>
  79. </dependency>
  80. </dependencies>
  81. <dependencyManagement>
  82. <dependencies>
  83. <dependency>
  84. <groupId>junit</groupId>
  85. <artifactId>junit</artifactId>
  86. <version>4.11</version>
  87. <scope>test</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.google.inject</groupId>
  91. <artifactId>guice</artifactId>
  92. <version>3.0</version>
  93. <scope>test</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.testng</groupId>
  97. <artifactId>testng</artifactId>
  98. <version>6.8.7</version>
  99. <scope>test</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.mockito</groupId>
  103. <artifactId>mockito-all</artifactId>
  104. <version>1.9.5</version>
  105. <scope>test</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.eclipse.jetty</groupId>
  109. <artifactId>jetty-server</artifactId>
  110. <version>9.3.0.M0</version>
  111. <scope>test</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.eclipse.jetty</groupId>
  115. <artifactId>jetty-servlet</artifactId>
  116. <version>9.3.0.M0</version>
  117. <scope>test</scope>
  118. </dependency>
  119. </dependencies>
  120. </dependencyManagement>
  121. <distributionManagement>
  122. <snapshotRepository>
  123. <id>ossrh</id>
  124. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  125. </snapshotRepository>
  126. <repository>
  127. <id>ossrh</id>
  128. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  129. </repository>
  130. </distributionManagement>
  131. <profiles>
  132. <profile>
  133. <id>release</id>
  134. <build>
  135. <plugins>
  136. <plugin>
  137. <groupId>org.apache.maven.plugins</groupId>
  138. <artifactId>maven-source-plugin</artifactId>
  139. <version>2.2.1</version>
  140. <executions>
  141. <execution>
  142. <id>attach-sources</id>
  143. <goals>
  144. <goal>jar-no-fork</goal>
  145. </goals>
  146. </execution>
  147. </executions>
  148. </plugin>
  149. <plugin>
  150. <groupId>org.apache.maven.plugins</groupId>
  151. <artifactId>maven-javadoc-plugin</artifactId>
  152. <version>2.9.1</version>
  153. <executions>
  154. <execution>
  155. <id>attach-javadocs</id>
  156. <goals>
  157. <goal>jar</goal>
  158. </goals>
  159. </execution>
  160. </executions>
  161. <configuration>
  162. <charset>UTF-8</charset>
  163. <locale>zh_CN</locale>
  164. </configuration>
  165. </plugin>
  166. <plugin>
  167. <groupId>org.apache.maven.plugins</groupId>
  168. <artifactId>maven-gpg-plugin</artifactId>
  169. <version>1.5</version>
  170. <executions>
  171. <execution>
  172. <id>sign-artifacts</id>
  173. <phase>verify</phase>
  174. <goals>
  175. <goal>sign</goal>
  176. </goals>
  177. </execution>
  178. </executions>
  179. </plugin>
  180. </plugins>
  181. </build>
  182. </profile>
  183. </profiles>
  184. <build>
  185. <pluginManagement>
  186. <plugins>
  187. <plugin>
  188. <groupId>org.apache.maven.plugins</groupId>
  189. <artifactId>maven-surefire-plugin</artifactId>
  190. <version>2.17</version>
  191. </plugin>
  192. </plugins>
  193. </pluginManagement>
  194. <plugins>
  195. <plugin>
  196. <groupId>org.sonatype.plugins</groupId>
  197. <artifactId>nexus-staging-maven-plugin</artifactId>
  198. <version>1.6.3</version>
  199. <extensions>true</extensions>
  200. <configuration>
  201. <serverId>ossrh</serverId>
  202. <nexusUrl>https://oss.sonatype.org/</nexusUrl>
  203. <autoReleaseAfterClose>false</autoReleaseAfterClose>
  204. </configuration>
  205. </plugin>
  206. <plugin>
  207. <groupId>org.apache.maven.plugins</groupId>
  208. <artifactId>maven-release-plugin</artifactId>
  209. <version>2.5.1</version>
  210. <configuration>
  211. <autoVersionSubmodules>true</autoVersionSubmodules>
  212. <useReleaseProfile>false</useReleaseProfile>
  213. <releaseProfiles>release</releaseProfiles>
  214. <goals>deploy</goals>
  215. </configuration>
  216. </plugin>
  217. </plugins>
  218. </build>
  219. </project>