You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

456 lines
16KB

  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.org.apache</groupId>
  4. <artifactId>placeholder.apache</artifactId>
  5. <version>23</version>
  6. <packaging>pom</packaging>
  7. <name>The Apache Software Foundation</name>
  8. <description>
  9. The Apache Software Foundation provides support for the Apache community of open-source software projects.
  10. The Apache projects are characterized by a collaborative, consensus based development process, an open and
  11. pragmatic software license, and a desire to create high quality software that leads the way in its field.
  12. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
  13. and users.
  14. </description>
  15. <url>https://www.apache.org/</url>
  16. <organization>
  17. <name>The Apache Software Foundation</name>
  18. <url>https://www.apache.org/</url>
  19. </organization>
  20. <licenses>
  21. <license>
  22. <name>Apache License, Version 2.0</name>
  23. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  24. <distribution>repo</distribution>
  25. </license>
  26. </licenses>
  27. <mailingLists>
  28. <mailingList>
  29. <name>Apache Announce List</name>
  30. <subscribe>announce-subscribe@apache.org</subscribe>
  31. <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
  32. <post>announce@apache.org</post>
  33. <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive>
  34. </mailingList>
  35. </mailingLists>
  36. <scm>
  37. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
  38. <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>
  39. <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url>
  40. <tag>apache-23</tag>
  41. </scm>
  42. <distributionManagement>
  43. <repository>
  44. <id>apache.releases.https</id>
  45. <name>Apache Release Distribution Repository</name>
  46. <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
  47. </repository>
  48. <snapshotRepository>
  49. <id>apache.snapshots.https</id>
  50. <name>${distMgmtSnapshotsName}</name>
  51. <url>${distMgmtSnapshotsUrl}</url>
  52. </snapshotRepository>
  53. </distributionManagement>
  54. <properties>
  55. <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
  56. <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
  57. <organization.logo>https://www.apache.org/images/asf_logo_wide_2016.png</organization.logo>
  58. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  59. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  60. <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
  61. <gpg.useagent>true</gpg.useagent>
  62. <arguments />
  63. <maven.compiler.source>1.7</maven.compiler.source>
  64. <maven.compiler.target>1.7</maven.compiler.target>
  65. <surefire.version>2.22.0</surefire.version>
  66. <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
  67. <project.build.outputTimestamp>2020-01-22T15:10:15Z</project.build.outputTimestamp>
  68. </properties>
  69. <repositories>
  70. <repository>
  71. <id>apache.snapshots</id>
  72. <name>Apache Snapshot Repository</name>
  73. <url>https://repository.apache.org/snapshots</url>
  74. <releases>
  75. <enabled>false</enabled>
  76. </releases>
  77. </repository>
  78. </repositories>
  79. <pluginRepositories>
  80. <pluginRepository>
  81. <id>apache.snapshots</id>
  82. <name>Apache Snapshot Repository</name>
  83. <url>https://repository.apache.org/snapshots</url>
  84. <releases>
  85. <enabled>false</enabled>
  86. </releases>
  87. </pluginRepository>
  88. </pluginRepositories>
  89. <build>
  90. <pluginManagement>
  91. <plugins>
  92. <plugin>
  93. <groupId>org.apache.maven.plugins</groupId>
  94. <artifactId>maven-antrun-plugin</artifactId>
  95. <version>1.8</version>
  96. </plugin>
  97. <plugin>
  98. <groupId>org.apache.maven.plugins</groupId>
  99. <artifactId>maven-assembly-plugin</artifactId>
  100. <version>3.2.0</version>
  101. </plugin>
  102. <plugin>
  103. <groupId>org.apache.maven.plugins</groupId>
  104. <artifactId>maven-clean-plugin</artifactId>
  105. <version>3.1.0</version>
  106. </plugin>
  107. <plugin>
  108. <groupId>org.apache.maven.plugins</groupId>
  109. <artifactId>maven-compiler-plugin</artifactId>
  110. <version>3.8.1</version>
  111. </plugin>
  112. <plugin>
  113. <groupId>org.apache.maven.plugins</groupId>
  114. <artifactId>maven-dependency-plugin</artifactId>
  115. <version>3.1.1</version>
  116. </plugin>
  117. <plugin>
  118. <groupId>org.apache.maven.plugins</groupId>
  119. <artifactId>maven-deploy-plugin</artifactId>
  120. <version>2.8.2</version>
  121. </plugin>
  122. <plugin>
  123. <groupId>org.apache.maven.plugins</groupId>
  124. <artifactId>maven-docck-plugin</artifactId>
  125. <version>1.1</version>
  126. </plugin>
  127. <plugin>
  128. <groupId>org.apache.maven.plugins</groupId>
  129. <artifactId>maven-ear-plugin</artifactId>
  130. <version>3.0.1</version>
  131. </plugin>
  132. <plugin>
  133. <groupId>org.apache.maven.plugins</groupId>
  134. <artifactId>maven-enforcer-plugin</artifactId>
  135. <version>1.4.1</version>
  136. </plugin>
  137. <plugin>
  138. <groupId>org.apache.maven.plugins</groupId>
  139. <artifactId>maven-failsafe-plugin</artifactId>
  140. <version>${surefire.version}</version>
  141. </plugin>
  142. <plugin>
  143. <groupId>org.apache.maven.plugins</groupId>
  144. <artifactId>maven-gpg-plugin</artifactId>
  145. <version>1.6</version>
  146. <configuration>
  147. <gpgArguments>
  148. <arg>--digest-algo=SHA512</arg>
  149. </gpgArguments>
  150. </configuration>
  151. </plugin>
  152. <plugin>
  153. <groupId>org.apache.maven.plugins</groupId>
  154. <artifactId>maven-help-plugin</artifactId>
  155. <version>3.2.0</version>
  156. </plugin>
  157. <plugin>
  158. <groupId>org.apache.maven.plugins</groupId>
  159. <artifactId>maven-install-plugin</artifactId>
  160. <version>2.5.2</version>
  161. </plugin>
  162. <plugin>
  163. <groupId>org.apache.maven.plugins</groupId>
  164. <artifactId>maven-invoker-plugin</artifactId>
  165. <version>3.2.1</version>
  166. </plugin>
  167. <plugin>
  168. <groupId>org.apache.maven.plugins</groupId>
  169. <artifactId>maven-jar-plugin</artifactId>
  170. <version>3.2.0</version>
  171. <configuration>
  172. <archive>
  173. <manifest>
  174. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  175. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  176. </manifest>
  177. </archive>
  178. </configuration>
  179. </plugin>
  180. <plugin>
  181. <groupId>org.apache.maven.plugins</groupId>
  182. <artifactId>maven-javadoc-plugin</artifactId>
  183. <version>3.0.1</version>
  184. </plugin>
  185. <plugin>
  186. <groupId>org.apache.maven.plugins</groupId>
  187. <artifactId>maven-plugin-plugin</artifactId>
  188. <version>3.5.2</version>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-project-info-reports-plugin</artifactId>
  193. <version>3.0.0</version>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.apache.maven.plugins</groupId>
  197. <artifactId>maven-release-plugin</artifactId>
  198. <version>3.0.0-M1</version>
  199. <configuration>
  200. <useReleaseProfile>false</useReleaseProfile>
  201. <goals>deploy</goals>
  202. <arguments>-Papache-release ${arguments}</arguments>
  203. </configuration>
  204. </plugin>
  205. <plugin>
  206. <groupId>org.apache.maven.plugins</groupId>
  207. <artifactId>maven-remote-resources-plugin</artifactId>
  208. <version>1.7.0</version>
  209. </plugin>
  210. <plugin>
  211. <groupId>org.apache.maven.plugins</groupId>
  212. <artifactId>maven-resources-plugin</artifactId>
  213. <version>3.1.0</version>
  214. </plugin>
  215. <plugin>
  216. <groupId>org.apache.maven.plugins</groupId>
  217. <artifactId>maven-scm-plugin</artifactId>
  218. <version>1.9.5</version>
  219. </plugin>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-scm-publish-plugin</artifactId>
  223. <version>3.0.0</version>
  224. <dependencies>
  225. <dependency>
  226. <groupId>org.apache.maven.scm</groupId>
  227. <artifactId>maven-scm-api</artifactId>
  228. <version>1.10.0</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.maven.scm</groupId>
  232. <artifactId>maven-scm-provider-gitexe</artifactId>
  233. <version>1.10.0</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.apache.maven.scm</groupId>
  237. <artifactId>maven-scm-provider-svn-commons</artifactId>
  238. <version>1.10.0</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.apache.maven.scm</groupId>
  242. <artifactId>maven-scm-provider-svnexe</artifactId>
  243. <version>1.10.0</version>
  244. </dependency>
  245. </dependencies>
  246. </plugin>
  247. <plugin>
  248. <groupId>org.apache.maven.plugins</groupId>
  249. <artifactId>maven-site-plugin</artifactId>
  250. <version>3.7.1</version>
  251. </plugin>
  252. <plugin>
  253. <groupId>org.apache.maven.plugins</groupId>
  254. <artifactId>maven-source-plugin</artifactId>
  255. <version>3.2.1</version>
  256. </plugin>
  257. <plugin>
  258. <groupId>org.apache.maven.plugins</groupId>
  259. <artifactId>maven-surefire-plugin</artifactId>
  260. <version>${surefire.version}</version>
  261. </plugin>
  262. <plugin>
  263. <groupId>org.apache.maven.plugins</groupId>
  264. <artifactId>maven-surefire-report-plugin</artifactId>
  265. <version>${surefire.version}</version>
  266. </plugin>
  267. <plugin>
  268. <groupId>org.apache.maven.plugins</groupId>
  269. <artifactId>maven-war-plugin</artifactId>
  270. <version>3.2.2</version>
  271. </plugin>
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-shade-plugin</artifactId>
  275. <version>3.1.1</version>
  276. </plugin>
  277. <plugin>
  278. <groupId>org.apache.rat</groupId>
  279. <artifactId>apache-rat-plugin</artifactId>
  280. <version>0.13</version>
  281. </plugin>
  282. <plugin>
  283. <groupId>org.codehaus.mojo</groupId>
  284. <artifactId>clirr-maven-plugin</artifactId>
  285. <version>2.8</version>
  286. </plugin>
  287. </plugins>
  288. </pluginManagement>
  289. <plugins>
  290. <plugin>
  291. <groupId>org.apache.maven.plugins</groupId>
  292. <artifactId>maven-remote-resources-plugin</artifactId>
  293. <executions>
  294. <execution>
  295. <id>process-resource-bundles</id>
  296. <goals>
  297. <goal>process</goal>
  298. </goals>
  299. <configuration>
  300. <resourceBundles>
  301. <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
  302. </resourceBundles>
  303. </configuration>
  304. </execution>
  305. </executions>
  306. </plugin>
  307. <plugin>
  308. <groupId>org.apache.maven.plugins</groupId>
  309. <artifactId>maven-enforcer-plugin</artifactId>
  310. <executions>
  311. <execution>
  312. <id>enforce-maven-version</id>
  313. <goals>
  314. <goal>enforce</goal>
  315. </goals>
  316. <configuration>
  317. <rules>
  318. <requireMavenVersion>
  319. <version>3.0.5</version>
  320. </requireMavenVersion>
  321. </rules>
  322. </configuration>
  323. </execution>
  324. </executions>
  325. </plugin>
  326. <plugin>
  327. <groupId>org.apache.maven.plugins</groupId>
  328. <artifactId>maven-site-plugin</artifactId>
  329. <executions>
  330. <execution>
  331. <id>attach-descriptor</id>
  332. <goals>
  333. <goal>attach-descriptor</goal>
  334. </goals>
  335. </execution>
  336. </executions>
  337. </plugin>
  338. </plugins>
  339. </build>
  340. <profiles>
  341. <profile>
  342. <id>apache-release</id>
  343. <build>
  344. <plugins>
  345. <plugin>
  346. <groupId>org.apache.maven.plugins</groupId>
  347. <artifactId>maven-assembly-plugin</artifactId>
  348. <dependencies>
  349. <dependency>
  350. <groupId>org.apache.apache.resources</groupId>
  351. <artifactId>apache-source-release-assembly-descriptor</artifactId>
  352. <version>1.0.6</version>
  353. </dependency>
  354. </dependencies>
  355. <executions>
  356. <execution>
  357. <id>source-release-assembly</id>
  358. <phase>package</phase>
  359. <goals>
  360. <goal>single</goal>
  361. </goals>
  362. <configuration>
  363. <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
  364. <descriptorRefs>
  365. <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
  366. </descriptorRefs>
  367. <tarLongFileMode>posix</tarLongFileMode>
  368. </configuration>
  369. </execution>
  370. </executions>
  371. </plugin>
  372. <plugin>
  373. <inherited>true</inherited>
  374. <groupId>org.apache.maven.plugins</groupId>
  375. <artifactId>maven-deploy-plugin</artifactId>
  376. <configuration>
  377. <updateReleaseInfo>true</updateReleaseInfo>
  378. </configuration>
  379. </plugin>
  380. <plugin>
  381. <groupId>org.apache.maven.plugins</groupId>
  382. <artifactId>maven-source-plugin</artifactId>
  383. <executions>
  384. <execution>
  385. <id>attach-sources</id>
  386. <goals>
  387. <goal>jar-no-fork</goal>
  388. </goals>
  389. </execution>
  390. </executions>
  391. </plugin>
  392. <plugin>
  393. <groupId>org.apache.maven.plugins</groupId>
  394. <artifactId>maven-javadoc-plugin</artifactId>
  395. <executions>
  396. <execution>
  397. <id>attach-javadocs</id>
  398. <goals>
  399. <goal>jar</goal>
  400. </goals>
  401. </execution>
  402. </executions>
  403. </plugin>
  404. <plugin>
  405. <groupId>org.apache.maven.plugins</groupId>
  406. <artifactId>maven-gpg-plugin</artifactId>
  407. <executions>
  408. <execution>
  409. <id>sign-release-artifacts</id>
  410. <goals>
  411. <goal>sign</goal>
  412. </goals>
  413. </execution>
  414. </executions>
  415. </plugin>
  416. <plugin>
  417. <groupId>net.nicoulaj.maven.plugins</groupId>
  418. <artifactId>checksum-maven-plugin</artifactId>
  419. <version>1.7</version>
  420. <executions>
  421. <execution>
  422. <id>source-release-checksum</id>
  423. <goals>
  424. <goal>files</goal>
  425. </goals>
  426. </execution>
  427. </executions>
  428. <configuration>
  429. <algorithms>
  430. <algorithm>SHA-512</algorithm>
  431. </algorithms>
  432. <csvSummary>false</csvSummary>
  433. <fileSets>
  434. <fileSet>
  435. <directory>${project.build.directory}</directory>
  436. <includes>
  437. <include>${project.artifactId}-${project.version}-source-release.zip</include>
  438. <include>${project.artifactId}-${project.version}-source-release.tar*</include>
  439. </includes>
  440. </fileSet>
  441. </fileSets>
  442. <failIfNoFiles>false</failIfNoFiles>
  443. </configuration>
  444. </plugin>
  445. </plugins>
  446. </build>
  447. </profile>
  448. </profiles>
  449. <dependencies>
  450. <dependency>
  451. <groupId>org.apache</groupId>
  452. <artifactId>apache</artifactId>
  453. <version>23</version>
  454. </dependency>
  455. </dependencies>
  456. </project>