parent-0.12.0.pom 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <packaging>pom</packaging>
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>io.prometheus</groupId>
  6. <artifactId>parent</artifactId>
  7. <version>0.12.0</version>
  8. <name>Prometheus Java Suite</name>
  9. <url>http://github.com/prometheus/client_java</url>
  10. <description>
  11. The Prometheus Java Suite: Client Metrics, Exposition, and Examples
  12. </description>
  13. <licenses>
  14. <license>
  15. <name>The Apache Software License, Version 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  17. <distribution>repo</distribution>
  18. </license>
  19. </licenses>
  20. <scm>
  21. <connection>scm:git:git@github.com:prometheus/client_java.git</connection>
  22. <developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
  23. <url>git@github.com:prometheus/client_java.git</url>
  24. <tag>parent-0.12.0</tag>
  25. </scm>
  26. <developers>
  27. <developer>
  28. <id>mtp</id>
  29. <name>Matt T. Proud</name>
  30. <email>matt.proud@gmail.com</email>
  31. </developer>
  32. </developers>
  33. <modules>
  34. <module>simpleclient</module>
  35. <module>simpleclient_common</module>
  36. <module>simpleclient_caffeine</module>
  37. <module>simpleclient_dropwizard</module>
  38. <module>simpleclient_graphite_bridge</module>
  39. <module>simpleclient_hibernate</module>
  40. <module>simpleclient_guava</module>
  41. <module>simpleclient_hotspot</module>
  42. <module>simpleclient_httpserver</module>
  43. <module>simpleclient_log4j</module>
  44. <module>simpleclient_log4j2</module>
  45. <module>simpleclient_logback</module>
  46. <module>simpleclient_pushgateway</module>
  47. <module>simpleclient_servlet</module>
  48. <module>simpleclient_servlet_common</module>
  49. <module>simpleclient_servlet_jakarta</module>
  50. <module>simpleclient_spring_web</module>
  51. <module>simpleclient_spring_boot</module>
  52. <module>simpleclient_jetty</module>
  53. <module>simpleclient_jetty_jdk8</module>
  54. <module>simpleclient_tracer</module>
  55. <module>simpleclient_vertx</module>
  56. <module>simpleclient_bom</module>
  57. <module>benchmarks</module>
  58. <module>integration_tests</module>
  59. </modules>
  60. <properties>
  61. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  62. </properties>
  63. <distributionManagement>
  64. <snapshotRepository>
  65. <id>ossrh</id>
  66. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  67. </snapshotRepository>
  68. <repository>
  69. <id>ossrh</id>
  70. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  71. </repository>
  72. </distributionManagement>
  73. <build>
  74. <pluginManagement>
  75. <plugins>
  76. <!-- Add plugin versions for reproducible builds. Versions for default bindings are taken from -->
  77. <!-- https://github.com/apache/maven/tree/maven-3.8.1/maven-core/src/main/resources/META-INF/plexus -->
  78. <plugin>
  79. <artifactId>maven-install-plugin</artifactId>
  80. <version>2.4</version>
  81. </plugin>
  82. <plugin>
  83. <artifactId>maven-resources-plugin</artifactId>
  84. <version>2.6</version>
  85. </plugin>
  86. <plugin>
  87. <artifactId>maven-compiler-plugin</artifactId>
  88. <version>3.1</version>
  89. </plugin>
  90. <plugin>
  91. <artifactId>maven-surefire-plugin</artifactId>
  92. <version>2.12.4</version>
  93. </plugin>
  94. <plugin>
  95. <artifactId>maven-jar-plugin</artifactId>
  96. <version>2.4</version>
  97. </plugin>
  98. <plugin>
  99. <artifactId>maven-deploy-plugin</artifactId>
  100. <version>2.7</version>
  101. </plugin>
  102. <plugin>
  103. <artifactId>maven-clean-plugin</artifactId>
  104. <version>2.5</version>
  105. </plugin>
  106. <plugin>
  107. <artifactId>maven-site-plugin</artifactId>
  108. <version>3.3</version>
  109. </plugin>
  110. <!-- Plugins with groupId org.apache.maven.plugins that are not part of default bindings. -->
  111. <plugin>
  112. <artifactId>maven-shade-plugin</artifactId>
  113. <version>3.2.4</version>
  114. </plugin>
  115. <plugin>
  116. <artifactId>maven-failsafe-plugin</artifactId>
  117. <version>2.22.2</version>
  118. </plugin>
  119. <plugin>
  120. <artifactId>maven-release-plugin</artifactId>
  121. <version>2.5.3</version>
  122. </plugin>
  123. <plugin>
  124. <artifactId>maven-dependency-plugin</artifactId>
  125. <version>3.1.2</version>
  126. </plugin>
  127. <plugin>
  128. <artifactId>maven-javadoc-plugin</artifactId>
  129. <version>3.3.0</version>
  130. </plugin>
  131. <plugin>
  132. <artifactId>maven-gpg-plugin</artifactId>
  133. <version>3.0.1</version>
  134. </plugin>
  135. <plugin>
  136. <artifactId>maven-source-plugin</artifactId>
  137. <version>3.2.1</version>
  138. </plugin>
  139. <plugin>
  140. <artifactId>maven-enforcer-plugin</artifactId>
  141. <version>1.4.1</version>
  142. </plugin>
  143. </plugins>
  144. </pluginManagement>
  145. <plugins>
  146. <plugin>
  147. <groupId>org.apache.maven.plugins</groupId>
  148. <artifactId>maven-enforcer-plugin</artifactId>
  149. <executions>
  150. <execution>
  151. <id>enforce-plugin-versions</id>
  152. <goals>
  153. <goal>enforce</goal>
  154. </goals>
  155. <configuration>
  156. <rules>
  157. <requirePluginVersions>
  158. <unCheckedPluginList>org.springframework.boot:spring-boot-maven-plugin
  159. </unCheckedPluginList>
  160. </requirePluginVersions>
  161. </rules>
  162. </configuration>
  163. </execution>
  164. </executions>
  165. </plugin>
  166. <plugin>
  167. <artifactId>maven-release-plugin</artifactId>
  168. <groupId>org.apache.maven.plugins</groupId>
  169. <configuration>
  170. <autoVersionSubmodules>true</autoVersionSubmodules>
  171. <useReleaseProfile>false</useReleaseProfile>
  172. <releaseProfiles>release</releaseProfiles>
  173. <goals>deploy</goals>
  174. </configuration>
  175. </plugin>
  176. <plugin>
  177. <artifactId>maven-deploy-plugin</artifactId>
  178. <groupId>org.apache.maven.plugins</groupId>
  179. </plugin>
  180. <plugin>
  181. <groupId>org.apache.felix</groupId>
  182. <artifactId>maven-bundle-plugin</artifactId>
  183. <version>2.4.0</version>
  184. <extensions>true</extensions>
  185. </plugin>
  186. <plugin>
  187. <groupId>org.apache.maven.plugins</groupId>
  188. <artifactId>maven-surefire-plugin</artifactId>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-javadoc-plugin</artifactId>
  193. <configuration>
  194. <encoding>UTF-8</encoding>
  195. <docencoding>UTF-8</docencoding>
  196. <linksource>true</linksource>
  197. <source>8</source>
  198. <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
  199. </configuration>
  200. <executions>
  201. <execution>
  202. <id>generate-javadoc-site-report</id>
  203. <phase>site</phase>
  204. <goals>
  205. <goal>aggregate</goal>
  206. </goals>
  207. </execution>
  208. </executions>
  209. </plugin>
  210. <plugin>
  211. <groupId>org.apache.maven.plugins</groupId>
  212. <artifactId>maven-compiler-plugin</artifactId>
  213. <configuration>
  214. <source>1.6</source>
  215. <target>1.6</target>
  216. </configuration>
  217. </plugin>
  218. </plugins>
  219. </build>
  220. <reporting>
  221. <plugins>
  222. <plugin>
  223. <!-- maven-site-plugin 3.3 requires maven-project-info-reports-plugin < 3.0 -->
  224. <artifactId>maven-project-info-reports-plugin</artifactId>
  225. <version>2.9</version>
  226. </plugin>
  227. <plugin>
  228. <artifactId>maven-javadoc-plugin</artifactId>
  229. <reportSets>
  230. <reportSet>
  231. <id>aggregate</id>
  232. <inherited>false</inherited>
  233. <reports>
  234. <report>aggregate</report>
  235. </reports>
  236. </reportSet>
  237. <reportSet>
  238. <id>default</id>
  239. <reports>
  240. <report>javadoc</report>
  241. </reports>
  242. </reportSet>
  243. </reportSets>
  244. </plugin>
  245. </plugins>
  246. </reporting>
  247. <profiles>
  248. <profile>
  249. <id>release</id>
  250. <build>
  251. <plugins>
  252. <plugin>
  253. <groupId>org.apache.maven.plugins</groupId>
  254. <artifactId>maven-gpg-plugin</artifactId>
  255. <executions>
  256. <execution>
  257. <id>sign-artifacts</id>
  258. <phase>verify</phase>
  259. <goals>
  260. <goal>sign</goal>
  261. </goals>
  262. </execution>
  263. </executions>
  264. </plugin>
  265. <plugin>
  266. <groupId>org.apache.maven.plugins</groupId>
  267. <artifactId>maven-source-plugin</artifactId>
  268. <executions>
  269. <execution>
  270. <id>attach-sources</id>
  271. <goals>
  272. <goal>jar-no-fork</goal>
  273. </goals>
  274. </execution>
  275. </executions>
  276. </plugin>
  277. <plugin>
  278. <groupId>org.apache.maven.plugins</groupId>
  279. <artifactId>maven-javadoc-plugin</artifactId>
  280. <executions>
  281. <execution>
  282. <id>attach-javadocs</id>
  283. <goals>
  284. <goal>jar</goal>
  285. </goals>
  286. </execution>
  287. </executions>
  288. </plugin>
  289. </plugins>
  290. </build>
  291. </profile>
  292. </profiles>
  293. </project>