Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

372 linhas
13KB

  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>11</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>http://www.apache.org/</url>
  16. <organization>
  17. <name>The Apache Software Foundation</name>
  18. <url>http://www.apache.org/</url>
  19. </organization>
  20. <licenses>
  21. <license>
  22. <name>The Apache Software License, Version 2.0</name>
  23. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  24. <distribution>repo</distribution>
  25. </license>
  26. </licenses>
  27. <repositories>
  28. <repository>
  29. <id>apache.snapshots</id>
  30. <name>Apache Snapshot Repository</name>
  31. <url>http://repository.apache.org/snapshots</url>
  32. <releases>
  33. <enabled>false</enabled>
  34. </releases>
  35. </repository>
  36. </repositories>
  37. <mailingLists>
  38. <mailingList>
  39. <name>Apache Announce List</name>
  40. <subscribe>announce-subscribe@apache.org</subscribe>
  41. <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
  42. <post>announce@apache.org</post>
  43. <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
  44. </mailingList>
  45. </mailingLists>
  46. <scm>
  47. <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-11</connection>
  48. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-11</developerConnection>
  49. <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-11</url>
  50. </scm>
  51. <distributionManagement>
  52. <repository>
  53. <id>apache.releases.https</id>
  54. <name>Apache Release Distribution Repository</name>
  55. <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
  56. </repository>
  57. <snapshotRepository>
  58. <id>apache.snapshots.https</id>
  59. <name>${distMgmtSnapshotsName}</name>
  60. <url>${distMgmtSnapshotsUrl}</url>
  61. </snapshotRepository>
  62. </distributionManagement>
  63. <properties>
  64. <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
  65. <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
  66. <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
  67. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  68. <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
  69. <gpg.useagent>true</gpg.useagent>
  70. </properties>
  71. <build>
  72. <pluginManagement>
  73. <plugins>
  74. <plugin>
  75. <groupId>org.apache.maven.plugins</groupId>
  76. <artifactId>maven-antrun-plugin</artifactId>
  77. <version>1.6</version>
  78. </plugin>
  79. <plugin>
  80. <groupId>org.apache.maven.plugins</groupId>
  81. <artifactId>maven-assembly-plugin</artifactId>
  82. <version>2.2.1</version>
  83. </plugin>
  84. <plugin>
  85. <groupId>org.apache.maven.plugins</groupId>
  86. <artifactId>maven-clean-plugin</artifactId>
  87. <version>2.5</version>
  88. </plugin>
  89. <plugin>
  90. <groupId>org.apache.maven.plugins</groupId>
  91. <artifactId>maven-compiler-plugin</artifactId>
  92. <version>2.5.1</version>
  93. <configuration>
  94. <source>1.4</source>
  95. <target>1.4</target>
  96. </configuration>
  97. </plugin>
  98. <plugin>
  99. <groupId>org.apache.maven.plugins</groupId>
  100. <artifactId>maven-deploy-plugin</artifactId>
  101. <version>2.7</version>
  102. </plugin>
  103. <plugin>
  104. <groupId>org.apache.maven.plugins</groupId>
  105. <artifactId>maven-docck-plugin</artifactId>
  106. <version>1.0</version>
  107. </plugin>
  108. <plugin>
  109. <groupId>org.apache.maven.plugins</groupId>
  110. <artifactId>maven-enforcer-plugin</artifactId>
  111. <version>1.0.1</version>
  112. </plugin>
  113. <plugin>
  114. <groupId>org.apache.maven.plugins</groupId>
  115. <artifactId>maven-gpg-plugin</artifactId>
  116. <version>1.4</version>
  117. </plugin>
  118. <plugin>
  119. <groupId>org.apache.maven.plugins</groupId>
  120. <artifactId>maven-install-plugin</artifactId>
  121. <version>2.3.1</version>
  122. </plugin>
  123. <plugin>
  124. <groupId>org.apache.maven.plugins</groupId>
  125. <artifactId>maven-invoker-plugin</artifactId>
  126. <version>1.6</version>
  127. </plugin>
  128. <plugin>
  129. <groupId>org.apache.maven.plugins</groupId>
  130. <artifactId>maven-jar-plugin</artifactId>
  131. <version>2.4</version>
  132. <configuration>
  133. <archive>
  134. <manifest>
  135. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  136. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  137. </manifest>
  138. </archive>
  139. </configuration>
  140. </plugin>
  141. <plugin>
  142. <groupId>org.apache.maven.plugins</groupId>
  143. <artifactId>maven-javadoc-plugin</artifactId>
  144. <version>2.8.1</version>
  145. </plugin>
  146. <plugin>
  147. <groupId>org.apache.maven.plugins</groupId>
  148. <artifactId>maven-plugin-plugin</artifactId>
  149. <version>3.1</version>
  150. </plugin>
  151. <plugin>
  152. <groupId>org.apache.maven.plugins</groupId>
  153. <artifactId>maven-release-plugin</artifactId>
  154. <version>2.3.2</version>
  155. <configuration>
  156. <useReleaseProfile>false</useReleaseProfile>
  157. <goals>deploy</goals>
  158. <arguments>-Papache-release ${arguments}</arguments>
  159. </configuration>
  160. </plugin>
  161. <plugin>
  162. <groupId>org.apache.maven.plugins</groupId>
  163. <artifactId>maven-remote-resources-plugin</artifactId>
  164. <version>1.3</version>
  165. </plugin>
  166. <plugin>
  167. <groupId>org.apache.maven.plugins</groupId>
  168. <artifactId>maven-resources-plugin</artifactId>
  169. <version>2.5</version>
  170. </plugin>
  171. <plugin>
  172. <groupId>org.apache.maven.plugins</groupId>
  173. <artifactId>maven-scm-plugin</artifactId>
  174. <version>1.7</version>
  175. </plugin>
  176. <plugin>
  177. <groupId>org.apache.maven.plugins</groupId>
  178. <artifactId>maven-site-plugin</artifactId>
  179. <version>3.1</version>
  180. <dependencies>
  181. <dependency>
  182. <groupId>org.apache.maven.wagon</groupId>
  183. <artifactId>wagon-ssh</artifactId>
  184. <version>1.0</version>
  185. </dependency>
  186. </dependencies>
  187. </plugin>
  188. <plugin>
  189. <groupId>org.apache.maven.plugins</groupId>
  190. <artifactId>maven-source-plugin</artifactId>
  191. <version>2.1.2</version>
  192. </plugin>
  193. <plugin>
  194. <groupId>org.apache.maven.plugins</groupId>
  195. <artifactId>maven-surefire-plugin</artifactId>
  196. <version>2.12</version>
  197. </plugin>
  198. <plugin>
  199. <groupId>org.apache.rat</groupId>
  200. <artifactId>apache-rat-plugin</artifactId>
  201. <version>0.8</version>
  202. </plugin>
  203. <plugin>
  204. <groupId>org.codehaus.mojo</groupId>
  205. <artifactId>clirr-maven-plugin</artifactId>
  206. <version>2.4</version>
  207. </plugin>
  208. </plugins>
  209. </pluginManagement>
  210. <plugins>
  211. <plugin>
  212. <groupId>org.apache.maven.plugins</groupId>
  213. <artifactId>maven-remote-resources-plugin</artifactId>
  214. <executions>
  215. <execution>
  216. <goals>
  217. <goal>process</goal>
  218. </goals>
  219. <configuration>
  220. <resourceBundles>
  221. <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
  222. </resourceBundles>
  223. </configuration>
  224. </execution>
  225. </executions>
  226. </plugin>
  227. </plugins>
  228. </build>
  229. <reporting>
  230. <plugins>
  231. <plugin>
  232. <groupId>org.apache.maven.plugins</groupId>
  233. <artifactId>maven-project-info-reports-plugin</artifactId>
  234. <version>2.5</version>
  235. <reportSets>
  236. <reportSet>
  237. <reports>
  238. <report>index</report>
  239. <report>summary</report>
  240. <report>modules</report>
  241. <report>license</report>
  242. <report>project-team</report>
  243. <report>scm</report>
  244. <report>issue-tracking</report>
  245. <report>mailing-list</report>
  246. <report>dependency-management</report>
  247. <report>dependencies</report>
  248. <report>dependency-convergence</report>
  249. <report>cim</report>
  250. <report>plugin-management</report>
  251. <report>plugins</report>
  252. <report>distribution-management</report>
  253. </reports>
  254. </reportSet>
  255. </reportSets>
  256. </plugin>
  257. </plugins>
  258. </reporting>
  259. <profiles>
  260. <profile>
  261. <id>apache-release</id>
  262. <build>
  263. <plugins>
  264. <plugin>
  265. <artifactId>maven-assembly-plugin</artifactId>
  266. <dependencies>
  267. <dependency>
  268. <groupId>org.apache.apache.resources</groupId>
  269. <artifactId>apache-source-release-assembly-descriptor</artifactId>
  270. <version>1.0.4</version>
  271. </dependency>
  272. </dependencies>
  273. <executions>
  274. <execution>
  275. <id>source-release-assembly</id>
  276. <phase>package</phase>
  277. <goals>
  278. <goal>single</goal>
  279. </goals>
  280. <configuration>
  281. <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
  282. <descriptorRefs>
  283. <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
  284. </descriptorRefs>
  285. <tarLongFileFormat>gnu</tarLongFileFormat>
  286. </configuration>
  287. </execution>
  288. </executions>
  289. </plugin>
  290. <plugin>
  291. <inherited>true</inherited>
  292. <groupId>org.apache.maven.plugins</groupId>
  293. <artifactId>maven-deploy-plugin</artifactId>
  294. <configuration>
  295. <updateReleaseInfo>true</updateReleaseInfo>
  296. </configuration>
  297. </plugin>
  298. <plugin>
  299. <groupId>org.apache.maven.plugins</groupId>
  300. <artifactId>maven-source-plugin</artifactId>
  301. <executions>
  302. <execution>
  303. <id>attach-sources</id>
  304. <goals>
  305. <goal>jar</goal>
  306. </goals>
  307. </execution>
  308. </executions>
  309. </plugin>
  310. <plugin>
  311. <groupId>org.apache.maven.plugins</groupId>
  312. <artifactId>maven-javadoc-plugin</artifactId>
  313. <executions>
  314. <execution>
  315. <id>attach-javadocs</id>
  316. <goals>
  317. <goal>jar</goal>
  318. </goals>
  319. </execution>
  320. </executions>
  321. </plugin>
  322. <plugin>
  323. <groupId>org.apache.maven.plugins</groupId>
  324. <artifactId>maven-gpg-plugin</artifactId>
  325. <configuration>
  326. <passphrase>${gpg.passphrase}</passphrase>
  327. <useAgent>${gpg.useagent}</useAgent>
  328. </configuration>
  329. <executions>
  330. <execution>
  331. <goals>
  332. <goal>sign</goal>
  333. </goals>
  334. </execution>
  335. </executions>
  336. </plugin>
  337. </plugins>
  338. </build>
  339. </profile>
  340. <profile>
  341. <id>maven-3</id>
  342. <activation>
  343. <file>
  344. <exists>${basedir}</exists>
  345. </file>
  346. </activation>
  347. <build>
  348. <plugins>
  349. <plugin>
  350. <groupId>org.apache.maven.plugins</groupId>
  351. <artifactId>maven-site-plugin</artifactId>
  352. <executions>
  353. <execution>
  354. <id>attach-descriptor</id>
  355. <goals>
  356. <goal>attach-descriptor</goal>
  357. </goals>
  358. </execution>
  359. </executions>
  360. </plugin>
  361. </plugins>
  362. </build>
  363. </profile>
  364. </profiles>
  365. <dependencies>
  366. <dependency>
  367. <groupId>org.apache</groupId>
  368. <artifactId>apache</artifactId>
  369. <version>11</version>
  370. </dependency>
  371. </dependencies>
  372. </project>