Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

489 lines
17KB

  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>26</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-26</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. <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion>
  63. <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
  64. <maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
  65. <maven.compiler.target>1.7</maven.compiler.target>
  66. <surefire.version>2.22.2</surefire.version>
  67. <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version>
  68. <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
  69. <project.build.outputTimestamp>2022-04-09T17:39:22Z</project.build.outputTimestamp>
  70. </properties>
  71. <repositories>
  72. <repository>
  73. <id>apache.snapshots</id>
  74. <name>Apache Snapshot Repository</name>
  75. <url>https://repository.apache.org/snapshots</url>
  76. <releases>
  77. <enabled>false</enabled>
  78. </releases>
  79. </repository>
  80. </repositories>
  81. <pluginRepositories>
  82. <pluginRepository>
  83. <id>apache.snapshots</id>
  84. <name>Apache Snapshot Repository</name>
  85. <url>https://repository.apache.org/snapshots</url>
  86. <releases>
  87. <enabled>false</enabled>
  88. </releases>
  89. </pluginRepository>
  90. </pluginRepositories>
  91. <build>
  92. <pluginManagement>
  93. <plugins>
  94. <plugin>
  95. <groupId>org.apache.maven.plugins</groupId>
  96. <artifactId>maven-antrun-plugin</artifactId>
  97. <version>3.0.0</version>
  98. </plugin>
  99. <plugin>
  100. <groupId>org.apache.maven.plugins</groupId>
  101. <artifactId>maven-assembly-plugin</artifactId>
  102. <version>3.3.0</version>
  103. </plugin>
  104. <plugin>
  105. <groupId>org.apache.maven.plugins</groupId>
  106. <artifactId>maven-clean-plugin</artifactId>
  107. <version>3.2.0</version>
  108. </plugin>
  109. <plugin>
  110. <groupId>org.apache.maven.plugins</groupId>
  111. <artifactId>maven-compiler-plugin</artifactId>
  112. <version>3.10.1</version>
  113. </plugin>
  114. <plugin>
  115. <groupId>org.apache.maven.plugins</groupId>
  116. <artifactId>maven-dependency-plugin</artifactId>
  117. <version>3.3.0</version>
  118. </plugin>
  119. <plugin>
  120. <groupId>org.apache.maven.plugins</groupId>
  121. <artifactId>maven-deploy-plugin</artifactId>
  122. <version>2.8.2</version>
  123. </plugin>
  124. <plugin>
  125. <groupId>org.apache.maven.plugins</groupId>
  126. <artifactId>maven-docck-plugin</artifactId>
  127. <version>1.1</version>
  128. </plugin>
  129. <plugin>
  130. <groupId>org.apache.maven.plugins</groupId>
  131. <artifactId>maven-ear-plugin</artifactId>
  132. <version>3.2.0</version>
  133. </plugin>
  134. <plugin>
  135. <groupId>org.apache.maven.plugins</groupId>
  136. <artifactId>maven-enforcer-plugin</artifactId>
  137. <version>3.0.0</version>
  138. </plugin>
  139. <plugin>
  140. <groupId>org.apache.maven.plugins</groupId>
  141. <artifactId>maven-failsafe-plugin</artifactId>
  142. <version>${surefire.version}</version>
  143. </plugin>
  144. <plugin>
  145. <groupId>org.apache.maven.plugins</groupId>
  146. <artifactId>maven-gpg-plugin</artifactId>
  147. <version>3.0.1</version>
  148. <configuration>
  149. <gpgArguments>
  150. <arg>--digest-algo=SHA512</arg>
  151. </gpgArguments>
  152. </configuration>
  153. </plugin>
  154. <plugin>
  155. <groupId>org.apache.maven.plugins</groupId>
  156. <artifactId>maven-help-plugin</artifactId>
  157. <version>3.2.0</version>
  158. </plugin>
  159. <plugin>
  160. <groupId>org.apache.maven.plugins</groupId>
  161. <artifactId>maven-install-plugin</artifactId>
  162. <version>2.5.2</version>
  163. </plugin>
  164. <plugin>
  165. <groupId>org.apache.maven.plugins</groupId>
  166. <artifactId>maven-invoker-plugin</artifactId>
  167. <version>3.2.2</version>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-jar-plugin</artifactId>
  172. <version>3.2.2</version>
  173. <configuration>
  174. <archive>
  175. <manifest>
  176. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  177. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  178. </manifest>
  179. </archive>
  180. </configuration>
  181. </plugin>
  182. <plugin>
  183. <groupId>org.apache.maven.plugins</groupId>
  184. <artifactId>maven-javadoc-plugin</artifactId>
  185. <version>3.3.2</version>
  186. <configuration>
  187. <notimestamp>true</notimestamp>
  188. </configuration>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-plugin-plugin</artifactId>
  193. <version>${maven.plugin.tools.version}</version>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.apache.maven.plugins</groupId>
  197. <artifactId>maven-project-info-reports-plugin</artifactId>
  198. <version>3.2.2</version>
  199. <configuration>
  200. <pluginManagementExcludes>
  201. <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>
  202. </pluginManagementExcludes>
  203. </configuration>
  204. </plugin>
  205. <plugin>
  206. <groupId>org.apache.maven.plugins</groupId>
  207. <artifactId>maven-release-plugin</artifactId>
  208. <version>3.0.0-M5</version>
  209. <configuration>
  210. <useReleaseProfile>false</useReleaseProfile>
  211. <goals>deploy</goals>
  212. <releaseProfiles>apache-release</releaseProfiles>
  213. </configuration>
  214. </plugin>
  215. <plugin>
  216. <groupId>org.apache.maven.plugins</groupId>
  217. <artifactId>maven-remote-resources-plugin</artifactId>
  218. <version>1.7.0</version>
  219. </plugin>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-resources-plugin</artifactId>
  223. <version>3.2.0</version>
  224. </plugin>
  225. <plugin>
  226. <groupId>org.apache.maven.plugins</groupId>
  227. <artifactId>maven-scm-plugin</artifactId>
  228. <version>1.12.2</version>
  229. </plugin>
  230. <plugin>
  231. <groupId>org.apache.maven.plugins</groupId>
  232. <artifactId>maven-scm-publish-plugin</artifactId>
  233. <version>3.1.0</version>
  234. </plugin>
  235. <plugin>
  236. <groupId>org.apache.maven.plugins</groupId>
  237. <artifactId>maven-site-plugin</artifactId>
  238. <version>3.11.0</version>
  239. </plugin>
  240. <plugin>
  241. <groupId>org.apache.maven.plugins</groupId>
  242. <artifactId>maven-source-plugin</artifactId>
  243. <version>3.2.1</version>
  244. </plugin>
  245. <plugin>
  246. <groupId>org.apache.maven.plugins</groupId>
  247. <artifactId>maven-surefire-plugin</artifactId>
  248. <version>${surefire.version}</version>
  249. </plugin>
  250. <plugin>
  251. <groupId>org.apache.maven.plugins</groupId>
  252. <artifactId>maven-surefire-report-plugin</artifactId>
  253. <version>${surefire.version}</version>
  254. </plugin>
  255. <plugin>
  256. <groupId>org.apache.maven.plugins</groupId>
  257. <artifactId>maven-war-plugin</artifactId>
  258. <version>3.3.2</version>
  259. </plugin>
  260. <plugin>
  261. <groupId>org.apache.maven.plugins</groupId>
  262. <artifactId>maven-shade-plugin</artifactId>
  263. <version>3.3.0</version>
  264. </plugin>
  265. <plugin>
  266. <groupId>org.apache.rat</groupId>
  267. <artifactId>apache-rat-plugin</artifactId>
  268. <version>0.13</version>
  269. </plugin>
  270. </plugins>
  271. </pluginManagement>
  272. <plugins>
  273. <plugin>
  274. <groupId>org.apache.maven.plugins</groupId>
  275. <artifactId>maven-remote-resources-plugin</artifactId>
  276. <executions>
  277. <execution>
  278. <id>process-resource-bundles</id>
  279. <goals>
  280. <goal>process</goal>
  281. </goals>
  282. <configuration>
  283. <resourceBundles>
  284. <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
  285. </resourceBundles>
  286. </configuration>
  287. </execution>
  288. </executions>
  289. </plugin>
  290. <plugin>
  291. <groupId>org.apache.maven.plugins</groupId>
  292. <artifactId>maven-enforcer-plugin</artifactId>
  293. <executions>
  294. <execution>
  295. <id>enforce-maven-version</id>
  296. <goals>
  297. <goal>enforce</goal>
  298. </goals>
  299. <configuration>
  300. <rules>
  301. <requireMavenVersion>
  302. <version>${minimalMavenBuildVersion}</version>
  303. </requireMavenVersion>
  304. </rules>
  305. </configuration>
  306. </execution>
  307. <execution>
  308. <id>enforce-java-version</id>
  309. <goals>
  310. <goal>enforce</goal>
  311. </goals>
  312. <configuration>
  313. <rules>
  314. <requireJavaVersion>
  315. <version>${minimalJavaBuildVersion}</version>
  316. </requireJavaVersion>
  317. </rules>
  318. </configuration>
  319. </execution>
  320. </executions>
  321. </plugin>
  322. <plugin>
  323. <groupId>org.apache.maven.plugins</groupId>
  324. <artifactId>maven-site-plugin</artifactId>
  325. <executions>
  326. <execution>
  327. <id>attach-descriptor</id>
  328. <goals>
  329. <goal>attach-descriptor</goal>
  330. </goals>
  331. </execution>
  332. </executions>
  333. </plugin>
  334. </plugins>
  335. </build>
  336. <profiles>
  337. <profile>
  338. <id>apache-release</id>
  339. <build>
  340. <plugins>
  341. <plugin>
  342. <groupId>org.apache.maven.plugins</groupId>
  343. <artifactId>maven-assembly-plugin</artifactId>
  344. <dependencies>
  345. <dependency>
  346. <groupId>org.apache.apache.resources</groupId>
  347. <artifactId>apache-source-release-assembly-descriptor</artifactId>
  348. <version>1.0.6</version>
  349. </dependency>
  350. </dependencies>
  351. <executions>
  352. <execution>
  353. <id>source-release-assembly</id>
  354. <phase>package</phase>
  355. <goals>
  356. <goal>single</goal>
  357. </goals>
  358. <configuration>
  359. <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
  360. <descriptorRefs>
  361. <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
  362. </descriptorRefs>
  363. <tarLongFileMode>posix</tarLongFileMode>
  364. </configuration>
  365. </execution>
  366. </executions>
  367. </plugin>
  368. <plugin>
  369. <inherited>true</inherited>
  370. <groupId>org.apache.maven.plugins</groupId>
  371. <artifactId>maven-deploy-plugin</artifactId>
  372. <configuration>
  373. <updateReleaseInfo>true</updateReleaseInfo>
  374. </configuration>
  375. </plugin>
  376. <plugin>
  377. <groupId>org.apache.maven.plugins</groupId>
  378. <artifactId>maven-source-plugin</artifactId>
  379. <executions>
  380. <execution>
  381. <id>attach-sources</id>
  382. <goals>
  383. <goal>jar-no-fork</goal>
  384. </goals>
  385. </execution>
  386. </executions>
  387. </plugin>
  388. <plugin>
  389. <groupId>org.apache.maven.plugins</groupId>
  390. <artifactId>maven-javadoc-plugin</artifactId>
  391. <executions>
  392. <execution>
  393. <id>attach-javadocs</id>
  394. <goals>
  395. <goal>jar</goal>
  396. </goals>
  397. </execution>
  398. </executions>
  399. </plugin>
  400. <plugin>
  401. <groupId>net.nicoulaj.maven.plugins</groupId>
  402. <artifactId>checksum-maven-plugin</artifactId>
  403. <version>1.11</version>
  404. <executions>
  405. <execution>
  406. <id>source-release-checksum</id>
  407. <goals>
  408. <goal>artifacts</goal>
  409. </goals>
  410. <phase>post-integration-test</phase>
  411. <configuration>
  412. <algorithms>
  413. <algorithm>SHA-512</algorithm>
  414. </algorithms>
  415. <includeClassifiers>source-release</includeClassifiers>
  416. <excludeMainArtifact>true</excludeMainArtifact>
  417. <csvSummary>false</csvSummary>
  418. <attachChecksums>true</attachChecksums>
  419. </configuration>
  420. </execution>
  421. </executions>
  422. </plugin>
  423. <plugin>
  424. <groupId>org.apache.maven.plugins</groupId>
  425. <artifactId>maven-gpg-plugin</artifactId>
  426. <executions>
  427. <execution>
  428. <id>sign-release-artifacts</id>
  429. <goals>
  430. <goal>sign</goal>
  431. </goals>
  432. </execution>
  433. </executions>
  434. </plugin>
  435. </plugins>
  436. </build>
  437. </profile>
  438. <profile>
  439. <id>only-eclipse</id>
  440. <activation>
  441. <property>
  442. <name>m2e.version</name>
  443. </property>
  444. </activation>
  445. <build>
  446. <pluginManagement>
  447. <plugins>
  448. <plugin>
  449. <groupId>org.eclipse.m2e</groupId>
  450. <artifactId>lifecycle-mapping</artifactId>
  451. <version>1.0.0</version>
  452. <configuration>
  453. <lifecycleMappingMetadata>
  454. <pluginExecutions>
  455. <pluginExecution>
  456. <pluginExecutionFilter>
  457. <groupId>org.apache.maven.plugins</groupId>
  458. <artifactId>maven-remote-resources-plugin</artifactId>
  459. <versionRange>[0,1.8.0)</versionRange>
  460. <goals>
  461. <goal>process</goal>
  462. </goals>
  463. </pluginExecutionFilter>
  464. <action>
  465. <ignore />
  466. </action>
  467. </pluginExecution>
  468. </pluginExecutions>
  469. </lifecycleMappingMetadata>
  470. </configuration>
  471. </plugin>
  472. </plugins>
  473. </pluginManagement>
  474. </build>
  475. </profile>
  476. </profiles>
  477. <dependencies>
  478. <dependency>
  479. <groupId>org.apache.maven.plugin-tools</groupId>
  480. <artifactId>maven-plugin-annotations</artifactId>
  481. <version>${maven.plugin.tools.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.apache</groupId>
  485. <artifactId>apache</artifactId>
  486. <version>26</version>
  487. </dependency>
  488. </dependencies>
  489. </project>