Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

424 Zeilen
15KB

  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>21</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-21</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.gif</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. </properties>
  68. <repositories>
  69. <repository>
  70. <id>apache.snapshots</id>
  71. <name>Apache Snapshot Repository</name>
  72. <url>https://repository.apache.org/snapshots</url>
  73. <releases>
  74. <enabled>false</enabled>
  75. </releases>
  76. </repository>
  77. </repositories>
  78. <build>
  79. <pluginManagement>
  80. <plugins>
  81. <plugin>
  82. <groupId>org.apache.maven.plugins</groupId>
  83. <artifactId>maven-antrun-plugin</artifactId>
  84. <version>1.8</version>
  85. </plugin>
  86. <plugin>
  87. <groupId>org.apache.maven.plugins</groupId>
  88. <artifactId>maven-assembly-plugin</artifactId>
  89. <version>3.0.0</version>
  90. </plugin>
  91. <plugin>
  92. <groupId>org.apache.maven.plugins</groupId>
  93. <artifactId>maven-clean-plugin</artifactId>
  94. <version>3.1.0</version>
  95. </plugin>
  96. <plugin>
  97. <groupId>org.apache.maven.plugins</groupId>
  98. <artifactId>maven-compiler-plugin</artifactId>
  99. <version>3.7.0</version>
  100. </plugin>
  101. <plugin>
  102. <groupId>org.apache.maven.plugins</groupId>
  103. <artifactId>maven-dependency-plugin</artifactId>
  104. <version>3.1.1</version>
  105. </plugin>
  106. <plugin>
  107. <groupId>org.apache.maven.plugins</groupId>
  108. <artifactId>maven-deploy-plugin</artifactId>
  109. <version>2.8.2</version>
  110. </plugin>
  111. <plugin>
  112. <groupId>org.apache.maven.plugins</groupId>
  113. <artifactId>maven-docck-plugin</artifactId>
  114. <version>1.1</version>
  115. </plugin>
  116. <plugin>
  117. <groupId>org.apache.maven.plugins</groupId>
  118. <artifactId>maven-ear-plugin</artifactId>
  119. <version>3.0.1</version>
  120. </plugin>
  121. <plugin>
  122. <groupId>org.apache.maven.plugins</groupId>
  123. <artifactId>maven-enforcer-plugin</artifactId>
  124. <version>1.4.1</version>
  125. </plugin>
  126. <plugin>
  127. <groupId>org.apache.maven.plugins</groupId>
  128. <artifactId>maven-failsafe-plugin</artifactId>
  129. <version>${surefire.version}</version>
  130. </plugin>
  131. <plugin>
  132. <groupId>org.apache.maven.plugins</groupId>
  133. <artifactId>maven-gpg-plugin</artifactId>
  134. <version>1.6</version>
  135. <configuration>
  136. <gpgArguments>
  137. <arg>--digest-algo=SHA512</arg>
  138. </gpgArguments>
  139. </configuration>
  140. </plugin>
  141. <plugin>
  142. <groupId>org.apache.maven.plugins</groupId>
  143. <artifactId>maven-help-plugin</artifactId>
  144. <version>3.1.0</version>
  145. </plugin>
  146. <plugin>
  147. <groupId>org.apache.maven.plugins</groupId>
  148. <artifactId>maven-install-plugin</artifactId>
  149. <version>2.5.2</version>
  150. </plugin>
  151. <plugin>
  152. <groupId>org.apache.maven.plugins</groupId>
  153. <artifactId>maven-invoker-plugin</artifactId>
  154. <version>3.1.0</version>
  155. </plugin>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-jar-plugin</artifactId>
  159. <version>3.1.0</version>
  160. <configuration>
  161. <archive>
  162. <manifest>
  163. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  164. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  165. </manifest>
  166. </archive>
  167. </configuration>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-javadoc-plugin</artifactId>
  172. <version>3.0.1</version>
  173. </plugin>
  174. <plugin>
  175. <groupId>org.apache.maven.plugins</groupId>
  176. <artifactId>maven-plugin-plugin</artifactId>
  177. <version>3.5.2</version>
  178. </plugin>
  179. <plugin>
  180. <groupId>org.apache.maven.plugins</groupId>
  181. <artifactId>maven-project-info-reports-plugin</artifactId>
  182. <version>3.0.0</version>
  183. </plugin>
  184. <plugin>
  185. <groupId>org.apache.maven.plugins</groupId>
  186. <artifactId>maven-release-plugin</artifactId>
  187. <version>2.5.3</version>
  188. <configuration>
  189. <useReleaseProfile>false</useReleaseProfile>
  190. <goals>deploy</goals>
  191. <arguments>-Papache-release ${arguments}</arguments>
  192. <waitBeforeTagging>10</waitBeforeTagging>
  193. </configuration>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.apache.maven.plugins</groupId>
  197. <artifactId>maven-remote-resources-plugin</artifactId>
  198. <version>1.5</version>
  199. </plugin>
  200. <plugin>
  201. <groupId>org.apache.maven.plugins</groupId>
  202. <artifactId>maven-resources-plugin</artifactId>
  203. <version>3.1.0</version>
  204. </plugin>
  205. <plugin>
  206. <groupId>org.apache.maven.plugins</groupId>
  207. <artifactId>maven-scm-plugin</artifactId>
  208. <version>1.9.5</version>
  209. </plugin>
  210. <plugin>
  211. <groupId>org.apache.maven.plugins</groupId>
  212. <artifactId>maven-scm-publish-plugin</artifactId>
  213. <version>3.0.0</version>
  214. </plugin>
  215. <plugin>
  216. <groupId>org.apache.maven.plugins</groupId>
  217. <artifactId>maven-site-plugin</artifactId>
  218. <version>3.7.1</version>
  219. </plugin>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-source-plugin</artifactId>
  223. <version>3.0.1</version>
  224. </plugin>
  225. <plugin>
  226. <groupId>org.apache.maven.plugins</groupId>
  227. <artifactId>maven-surefire-plugin</artifactId>
  228. <version>${surefire.version}</version>
  229. </plugin>
  230. <plugin>
  231. <groupId>org.apache.maven.plugins</groupId>
  232. <artifactId>maven-surefire-report-plugin</artifactId>
  233. <version>${surefire.version}</version>
  234. </plugin>
  235. <plugin>
  236. <groupId>org.apache.maven.plugins</groupId>
  237. <artifactId>maven-war-plugin</artifactId>
  238. <version>3.2.2</version>
  239. </plugin>
  240. <plugin>
  241. <groupId>org.apache.maven.plugins</groupId>
  242. <artifactId>maven-shade-plugin</artifactId>
  243. <version>3.1.1</version>
  244. </plugin>
  245. <plugin>
  246. <groupId>org.apache.rat</groupId>
  247. <artifactId>apache-rat-plugin</artifactId>
  248. <version>0.12</version>
  249. </plugin>
  250. <plugin>
  251. <groupId>org.codehaus.mojo</groupId>
  252. <artifactId>clirr-maven-plugin</artifactId>
  253. <version>2.8</version>
  254. </plugin>
  255. </plugins>
  256. </pluginManagement>
  257. <plugins>
  258. <plugin>
  259. <groupId>org.apache.maven.plugins</groupId>
  260. <artifactId>maven-remote-resources-plugin</artifactId>
  261. <executions>
  262. <execution>
  263. <id>process-resource-bundles</id>
  264. <goals>
  265. <goal>process</goal>
  266. </goals>
  267. <configuration>
  268. <resourceBundles>
  269. <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
  270. </resourceBundles>
  271. </configuration>
  272. </execution>
  273. </executions>
  274. </plugin>
  275. <plugin>
  276. <groupId>org.apache.maven.plugins</groupId>
  277. <artifactId>maven-enforcer-plugin</artifactId>
  278. <executions>
  279. <execution>
  280. <id>enforce-maven-version</id>
  281. <goals>
  282. <goal>enforce</goal>
  283. </goals>
  284. <configuration>
  285. <rules>
  286. <requireMavenVersion>
  287. <version>3.0.5</version>
  288. </requireMavenVersion>
  289. </rules>
  290. </configuration>
  291. </execution>
  292. </executions>
  293. </plugin>
  294. <plugin>
  295. <groupId>org.apache.maven.plugins</groupId>
  296. <artifactId>maven-site-plugin</artifactId>
  297. <executions>
  298. <execution>
  299. <id>attach-descriptor</id>
  300. <goals>
  301. <goal>attach-descriptor</goal>
  302. </goals>
  303. </execution>
  304. </executions>
  305. </plugin>
  306. </plugins>
  307. </build>
  308. <profiles>
  309. <profile>
  310. <id>apache-release</id>
  311. <build>
  312. <plugins>
  313. <plugin>
  314. <groupId>org.apache.maven.plugins</groupId>
  315. <artifactId>maven-assembly-plugin</artifactId>
  316. <dependencies>
  317. <dependency>
  318. <groupId>org.apache.apache.resources</groupId>
  319. <artifactId>apache-source-release-assembly-descriptor</artifactId>
  320. <version>1.0.6</version>
  321. </dependency>
  322. </dependencies>
  323. <executions>
  324. <execution>
  325. <id>source-release-assembly</id>
  326. <phase>package</phase>
  327. <goals>
  328. <goal>single</goal>
  329. </goals>
  330. <configuration>
  331. <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
  332. <descriptorRefs>
  333. <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
  334. </descriptorRefs>
  335. <tarLongFileMode>posix</tarLongFileMode>
  336. </configuration>
  337. </execution>
  338. </executions>
  339. </plugin>
  340. <plugin>
  341. <inherited>true</inherited>
  342. <groupId>org.apache.maven.plugins</groupId>
  343. <artifactId>maven-deploy-plugin</artifactId>
  344. <configuration>
  345. <updateReleaseInfo>true</updateReleaseInfo>
  346. </configuration>
  347. </plugin>
  348. <plugin>
  349. <groupId>org.apache.maven.plugins</groupId>
  350. <artifactId>maven-source-plugin</artifactId>
  351. <executions>
  352. <execution>
  353. <id>attach-sources</id>
  354. <goals>
  355. <goal>jar-no-fork</goal>
  356. </goals>
  357. </execution>
  358. </executions>
  359. </plugin>
  360. <plugin>
  361. <groupId>org.apache.maven.plugins</groupId>
  362. <artifactId>maven-javadoc-plugin</artifactId>
  363. <executions>
  364. <execution>
  365. <id>attach-javadocs</id>
  366. <goals>
  367. <goal>jar</goal>
  368. </goals>
  369. </execution>
  370. </executions>
  371. </plugin>
  372. <plugin>
  373. <groupId>org.apache.maven.plugins</groupId>
  374. <artifactId>maven-gpg-plugin</artifactId>
  375. <executions>
  376. <execution>
  377. <id>sign-release-artifacts</id>
  378. <goals>
  379. <goal>sign</goal>
  380. </goals>
  381. </execution>
  382. </executions>
  383. </plugin>
  384. <plugin>
  385. <groupId>net.nicoulaj.maven.plugins</groupId>
  386. <artifactId>checksum-maven-plugin</artifactId>
  387. <version>1.7</version>
  388. <executions>
  389. <execution>
  390. <id>source-release-checksum</id>
  391. <goals>
  392. <goal>files</goal>
  393. </goals>
  394. </execution>
  395. </executions>
  396. <configuration>
  397. <algorithms>
  398. <algorithm>SHA-512</algorithm>
  399. </algorithms>
  400. <csvSummary>false</csvSummary>
  401. <fileSets>
  402. <fileSet>
  403. <directory>${project.build.directory}</directory>
  404. <includes>
  405. <include>${project.artifactId}-${project.version}-source-release.zip</include>
  406. <include>${project.artifactId}-${project.version}-source-release.tar*</include>
  407. </includes>
  408. </fileSet>
  409. </fileSets>
  410. <failIfNoFiles>false</failIfNoFiles>
  411. </configuration>
  412. </plugin>
  413. </plugins>
  414. </build>
  415. </profile>
  416. </profiles>
  417. <dependencies>
  418. <dependency>
  419. <groupId>org.apache</groupId>
  420. <artifactId>apache</artifactId>
  421. <version>21</version>
  422. </dependency>
  423. </dependencies>
  424. </project>