Advertisement
jstjohn

Adam: commons-collections-3.2.1.pom

Sep 2nd, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.21 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9.  
  10. http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12. Unless required by applicable law or agreed to in writing, software
  13. distributed under the License is distributed on an "AS IS" BASIS,
  14. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. See the License for the specific collectionsuage governing permissions and
  16. limitations under the License.
  17. -->
  18. <project
  19. xmlns="http://maven.apache.org/POM/4.0.0"
  20. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  21. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  22. <parent>
  23. <groupId>org.apache.commons</groupId>
  24. <artifactId>commons-parent</artifactId>
  25. <version>9</version>
  26. </parent>
  27. <modelVersion>4.0.0</modelVersion>
  28. <groupId>commons-collections</groupId>
  29. <artifactId>commons-collections</artifactId>
  30. <version>3.2.1</version>
  31. <name>Commons Collections</name>
  32.  
  33. <inceptionYear>2001</inceptionYear>
  34. <description>Types that extend and augment the Java Collections Framework.</description>
  35.  
  36. <url>http://commons.apache.org/collections/</url>
  37.  
  38. <issueManagement>
  39. <system>jira</system>
  40. <url>http://issues.apache.org/jira/browse/COLLECTIONS</url>
  41. </issueManagement>
  42.  
  43. <scm>
  44. <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
  45. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
  46. <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
  47. </scm>
  48.  
  49. <developers>
  50. <developer>
  51. <name>Stephen Colebourne</name>
  52. <id>scolebourne</id>
  53. <email></email>
  54. <organization></organization>
  55. </developer>
  56. <developer>
  57. <name>Morgan Delagrange</name>
  58. <id>morgand</id>
  59. <email></email>
  60. <organization></organization>
  61. </developer>
  62. <developer>
  63. <name>Matthew Hawthorne</name>
  64. <id>matth</id>
  65. <email></email>
  66. <organization></organization>
  67. </developer>
  68. <developer>
  69. <name>Geir Magnusson</name>
  70. <id>geirm</id>
  71. <email></email>
  72. <organization></organization>
  73. </developer>
  74. <developer>
  75. <name>Craig McClanahan</name>
  76. <id>craigmcc</id>
  77. <email></email>
  78. <organization></organization>
  79. </developer>
  80. <developer>
  81. <name>Phil Steitz</name>
  82. <id>psteitz</id>
  83. <email></email>
  84. <organization></organization>
  85. </developer>
  86. <developer>
  87. <name>Arun M. Thomas</name>
  88. <id>amamment</id>
  89. <email></email>
  90. <organization></organization>
  91. </developer>
  92. <developer>
  93. <name>Rodney Waldhoff</name>
  94. <id>rwaldhoff</id>
  95. <email></email>
  96. <organization></organization>
  97. </developer>
  98. <developer>
  99. <name>Henri Yandell</name>
  100. <id>bayard</id>
  101. <email></email>
  102. <organization></organization>
  103. </developer>
  104. <developer>
  105. <name>James Carman</name>
  106. <id>jcarman</id>
  107. <email></email>
  108. <organization></organization>
  109. </developer>
  110. <developer>
  111. <name>Robert Burrell Donkin</name>
  112. <id>rdonkin</id>
  113. </developer>
  114. </developers>
  115.  
  116. <contributors>
  117. <contributor>
  118. <name>Rafael U. C. Afonso</name>
  119. </contributor>
  120. <contributor>
  121. <name>Max Rydahl Andersen</name>
  122. </contributor>
  123. <contributor>
  124. <name>Federico Barbieri</name>
  125. </contributor>
  126. <contributor>
  127. <name>Arron Bates</name>
  128. </contributor>
  129. <contributor>
  130. <name>Nicola Ken Barozzi</name>
  131. </contributor>
  132. <contributor>
  133. <name>Sebastian Bazley</name>
  134. </contributor>
  135. <contributor>
  136. <name>Matt Benson</name>
  137. </contributor>
  138. <contributor>
  139. <name>Ola Berg</name>
  140. </contributor>
  141. <contributor>
  142. <name>Christopher Berry</name>
  143. </contributor>
  144. <contributor>
  145. <name>Nathan Beyer</name>
  146. </contributor>
  147. <contributor>
  148. <name>Janek Bogucki</name>
  149. </contributor>
  150. <contributor>
  151. <name>Chuck Burdick</name>
  152. </contributor>
  153. <contributor>
  154. <name>Dave Bryson</name>
  155. </contributor>
  156. <contributor>
  157. <name>Julien Buret</name>
  158. </contributor>
  159. <contributor>
  160. <name>Jonathan Carlson</name>
  161. </contributor>
  162. <contributor>
  163. <name>Ram Chidambaram</name>
  164. </contributor>
  165. <contributor>
  166. <name>Steve Clark</name>
  167. </contributor>
  168. <contributor>
  169. <name>Eric Crampton</name>
  170. </contributor>
  171. <contributor>
  172. <name>Dimiter Dimitrov</name>
  173. </contributor>
  174. <contributor>
  175. <name>Peter Donald</name>
  176. </contributor>
  177. <contributor>
  178. <name>Steve Downey</name>
  179. </contributor>
  180. <contributor>
  181. <name>Rich Dougherty</name>
  182. </contributor>
  183. <contributor>
  184. <name>Tom Dunham</name>
  185. </contributor>
  186. <contributor>
  187. <name>Stefano Fornari</name>
  188. </contributor>
  189. <contributor>
  190. <name>Andrew Freeman</name>
  191. </contributor>
  192. <contributor>
  193. <name>Gerhard Froehlich</name>
  194. </contributor>
  195. <contributor>
  196. <name>Paul Jack</name>
  197. </contributor>
  198. <contributor>
  199. <name>Eric Johnson</name>
  200. </contributor>
  201. <contributor>
  202. <name>Kent Johnson</name>
  203. </contributor>
  204. <contributor>
  205. <name>Marc Johnson</name>
  206. </contributor>
  207. <contributor>
  208. <name>Nissim Karpenstein</name>
  209. </contributor>
  210. <contributor>
  211. <name>Shinobu Kawai</name>
  212. </contributor>
  213. <contributor>
  214. <name>Mohan Kishore</name>
  215. </contributor>
  216. <contributor>
  217. <name>Simon Kitching</name>
  218. </contributor>
  219. <contributor>
  220. <name>Thomas Knych</name>
  221. </contributor>
  222. <contributor>
  223. <name>Serge Knystautas</name>
  224. </contributor>
  225. <contributor>
  226. <name>Peter KoBek</name>
  227. </contributor>
  228. <contributor>
  229. <name>Jordan Krey</name>
  230. </contributor>
  231. <contributor>
  232. <name>Olaf Krische</name>
  233. </contributor>
  234. <contributor>
  235. <name>Guilhem Lavaux</name>
  236. </contributor>
  237. <contributor>
  238. <name>Paul Legato</name>
  239. </contributor>
  240. <contributor>
  241. <name>David Leppik</name>
  242. </contributor>
  243. <contributor>
  244. <name>Berin Loritsch</name>
  245. </contributor>
  246. <contributor>
  247. <name>Hendrik Maryns</name>
  248. </contributor>
  249. <contributor>
  250. <name>Stefano Mazzocchi</name>
  251. </contributor>
  252. <contributor>
  253. <name>Brian McCallister</name>
  254. </contributor>
  255. <contributor>
  256. <name>Steven Melzer</name>
  257. </contributor>
  258. <contributor>
  259. <name>Leon Messerschmidt</name>
  260. </contributor>
  261. <contributor>
  262. <name>Mauricio S. Moura</name>
  263. </contributor>
  264. <contributor>
  265. <name>Kasper Nielsen</name>
  266. </contributor>
  267. <contributor>
  268. <name>Stanislaw Osinski</name>
  269. </contributor>
  270. <contributor>
  271. <name>Alban Peignier</name>
  272. </contributor>
  273. <contributor>
  274. <name>Mike Pettypiece</name>
  275. </contributor>
  276. <contributor>
  277. <name>Steve Phelps</name>
  278. </contributor>
  279. <contributor>
  280. <name>Ilkka Priha</name>
  281. </contributor>
  282. <contributor>
  283. <name>Jonas Van Poucke</name>
  284. </contributor>
  285. <contributor>
  286. <name>Will Pugh</name>
  287. </contributor>
  288. <contributor>
  289. <name>Herve Quiroz</name>
  290. </contributor>
  291. <contributor>
  292. <name>Daniel Rall</name>
  293. </contributor>
  294. <contributor>
  295. <name>Robert Ribnitz</name>
  296. </contributor>
  297. <contributor>
  298. <name>Huw Roberts</name>
  299. </contributor>
  300. <contributor>
  301. <name>Henning P. Schmiedehausen</name>
  302. </contributor>
  303. <contributor>
  304. <name>Howard Lewis Ship</name>
  305. </contributor>
  306. <contributor>
  307. <name>Joe Raysa</name>
  308. </contributor>
  309. <contributor>
  310. <name>Thomas Schapitz</name>
  311. </contributor>
  312. <contributor>
  313. <name>Jon Schewe</name>
  314. </contributor>
  315. <contributor>
  316. <name>Andreas Schlosser</name>
  317. </contributor>
  318. <contributor>
  319. <name>Christian Siefkes</name>
  320. </contributor>
  321. <contributor>
  322. <name>Michael Smith</name>
  323. </contributor>
  324. <contributor>
  325. <name>Stephen Smith</name>
  326. </contributor>
  327. <contributor>
  328. <name>Jan Sorensen</name>
  329. </contributor>
  330. <contributor>
  331. <name>Jon S. Stevens </name>
  332. </contributor>
  333. <contributor>
  334. <name>James Strachan</name>
  335. </contributor>
  336. <contributor>
  337. <name>Leo Sutic</name>
  338. </contributor>
  339. <contributor>
  340. <name>Chris Tilden</name>
  341. </contributor>
  342. <contributor>
  343. <name>Neil O'Toole</name>
  344. </contributor>
  345. <contributor>
  346. <name>Jeff Turner</name>
  347. </contributor>
  348. <contributor>
  349. <name>Kazuya Ujihara</name>
  350. </contributor>
  351. <contributor>
  352. <name>Jeff Varszegi</name>
  353. </contributor>
  354. <contributor>
  355. <name>Ralph Wagner</name>
  356. </contributor>
  357. <contributor>
  358. <name>David Weinrich</name>
  359. </contributor>
  360. <contributor>
  361. <name>Dieter Wimberger</name>
  362. </contributor>
  363. <contributor>
  364. <name>Serhiy Yevtushenko</name>
  365. </contributor>
  366. <contributor>
  367. <name>Jason van Zyl</name>
  368. </contributor>
  369. </contributors>
  370.  
  371. <dependencies>
  372. <dependency>
  373. <groupId>junit</groupId>
  374. <artifactId>junit</artifactId>
  375. <version>3.8.1</version>
  376. <scope>test</scope>
  377. </dependency>
  378. </dependencies>
  379.  
  380. <properties>
  381. <maven.compile.source>1.2</maven.compile.source>
  382. <maven.compile.target>1.2</maven.compile.target>
  383. <commons.componentid>collections</commons.componentid>
  384. <commons.release.version>3.2.1</commons.release.version>
  385. <commons.binary.suffix>-bin</commons.binary.suffix>
  386. <commons.jira.id>COLLECTIONS</commons.jira.id>
  387. <commons.jira.pid>12310465</commons.jira.pid>
  388. </properties>
  389.  
  390. <build>
  391. <sourceDirectory>src/java</sourceDirectory>
  392. <testSourceDirectory>src/test</testSourceDirectory>
  393. <plugins>
  394. <plugin>
  395. <groupId>org.apache.maven.plugins</groupId>
  396. <artifactId>maven-surefire-plugin</artifactId>
  397. <configuration>
  398. <includes>
  399. <include>org/apache/commons/collections/TestAllPackages.java</include>
  400. </includes>
  401. </configuration>
  402. </plugin>
  403. <plugin>
  404. <artifactId>maven-antrun-plugin</artifactId>
  405. <executions>
  406. <execution>
  407. <phase>package</phase>
  408. <configuration>
  409. <tasks>
  410. <ant antfile="build-testframework.xml" target="jar">
  411. <property name="component.version" value="${project.version}"/>
  412. <property name="test.classes" value="${project.build.directory}/test-classes"/>
  413. <property name="dist.home" value="${project.build.directory}"/>
  414. <property name="maven.compile.source" value="${maven.compile.source}"/>
  415. <property name="maven.compile.target" value="${maven.compile.target}"/>
  416. </ant>
  417. </tasks>
  418. </configuration>
  419. <goals>
  420. <goal>run</goal>
  421. </goals>
  422. </execution>
  423. </executions>
  424. </plugin>
  425. <plugin>
  426. <artifactId>maven-assembly-plugin</artifactId>
  427. <configuration>
  428. <descriptors>
  429. <descriptor>src/assembly/bin.xml</descriptor>
  430. <descriptor>src/assembly/src.xml</descriptor>
  431. </descriptors>
  432. <tarLongFileMode>gnu</tarLongFileMode>
  433. </configuration>
  434. </plugin>
  435. </plugins>
  436. </build>
  437.  
  438. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement