pom.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  17. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  18. <name>Ambari</name>
  19. <description>
  20. Ambari is a web-based tool for performing installation, management, and monitoring of Apache Hadoop clusters. The stack of components that are currently supported by
  21. Ambari includes Falcon, HBase, HCatalog, HDFS, Hive, MapReduce, Oozie, Pig, Scoop, Storm, Templeton, Tez, YARN and Zookeeper.
  22. </description>
  23. <url>http://ambari.apache.org</url>
  24. <modelVersion>4.0.0</modelVersion>
  25. <groupId>org.apache.ambari</groupId>
  26. <version>1.6.1</version>
  27. <artifactId>ambari</artifactId>
  28. <packaging>pom</packaging>
  29. <properties>
  30. <buildtype>test</buildtype>
  31. <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER>
  32. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  33. <package.prefix>/usr</package.prefix>
  34. <package.conf.dir>/etc/ambari</package.conf.dir>
  35. <package.log.dir>/var/log/ambari</package.log.dir>
  36. <package.pid.dir>/var/run/ambari</package.pid.dir>
  37. <package.release>1</package.release>
  38. <package.type>tar.gz</package.type>
  39. <ambari.version>1.0.0-SNAPSHOT</ambari.version>
  40. <final.name>${project.artifactId}-${ambari.version}</final.name>
  41. </properties>
  42. <licenses>
  43. <license>
  44. <name>Apache 2</name>
  45. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  46. <distribution>repo</distribution>
  47. </license>
  48. </licenses>
  49. <scm>
  50. <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ambari</connection>
  51. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ambari</developerConnection>
  52. <tag>HEAD</tag>
  53. <url>http://svn.apache.org/repos/asf/incubator/ambari</url>
  54. </scm>
  55. <issueManagement>
  56. <system>Jira</system>
  57. <url>http://issues.apache.org/jira/browse/AMBARI</url>
  58. </issueManagement>
  59. <mailingLists>
  60. <mailingList>
  61. <name>User list</name>
  62. <subscribe>mailto:user-subscribe@ambari.apache.org
  63. </subscribe>
  64. <unsubscribe>mailto:user-unsubscribe@ambari.apache.org
  65. </unsubscribe>
  66. <post>mailto:user@ambari.apache.org</post>
  67. <archive></archive>
  68. </mailingList>
  69. <mailingList>
  70. <name>Development list</name>
  71. <subscribe>mailto:dev-subscribe@ambari.apache.org
  72. </subscribe>
  73. <unsubscribe>mailto:dev-unsubscribe@ambari.apache.org
  74. </unsubscribe>
  75. <post>mailto:dev@ambari.apache.org</post>
  76. <archive></archive>
  77. </mailingList>
  78. <mailingList>
  79. <name>Commit list</name>
  80. <subscribe>mailto:commits-subscribe@ambari.apache.org
  81. </subscribe>
  82. <unsubscribe>mailto:commits-unsubscribe@ambari.apache.org
  83. </unsubscribe>
  84. <post>mailto:commits@ambari.apache.org</post>
  85. <archive></archive>
  86. </mailingList>
  87. </mailingLists>
  88. <developers>
  89. <developer>
  90. <id>ababiichuk</id>
  91. <name>Andrii Babiichuk</name>
  92. <email>ababiichuk@apache.org</email>
  93. <timezone>+2</timezone>
  94. <roles>
  95. <role>PMC</role>
  96. </roles>
  97. <organization>
  98. Hortonworks
  99. </organization>
  100. </developer>
  101. <developer>
  102. <id>abaranchuk</id>
  103. <name>Artem Baranchuk</name>
  104. <email>abaranchuk@apache.org</email>
  105. <timezone>+2</timezone>
  106. <roles>
  107. <role>Committer</role>
  108. </roles>
  109. <organization>
  110. Hortonworks
  111. </organization>
  112. </developer>
  113. <developer>
  114. <id>aonishuk</id>
  115. <name>Andrew Onischuk</name>
  116. <email>aonishuk@apache.org</email>
  117. <timezone>+2</timezone>
  118. <roles>
  119. <role>Committer</role>
  120. </roles>
  121. <organization>
  122. Hortonworks
  123. </organization>
  124. </developer>
  125. <developer>
  126. <id>atkach</id>
  127. <name>Andrii Tkach</name>
  128. <email>atkach@apache.org</email>
  129. <timezone>+2</timezone>
  130. <roles>
  131. <role>PMC</role>
  132. </roles>
  133. <organization>
  134. Hortonworks
  135. </organization>
  136. </developer>
  137. <developer>
  138. <id>akovalenko</id>
  139. <name>Aleksandr Kovalenko</name>
  140. <email>akovalenko@apache.org</email>
  141. <timezone>+2</timezone>
  142. <roles>
  143. <role>PMC</role>
  144. </roles>
  145. <organization>
  146. Hortonworks
  147. </organization>
  148. </developer>
  149. <developer>
  150. <id>alexantonenko</id>
  151. <name>Alex Antonenko</name>
  152. <email>alexantonenko@apache.org</email>
  153. <timezone>+2</timezone>
  154. <roles>
  155. <role>PMC</role>
  156. </roles>
  157. <organization>
  158. Hortonworks
  159. </organization>
  160. </developer>
  161. <developer>
  162. <id>berndf</id>
  163. <name>Bernd Fondermann</name>
  164. <email>berndf@apache.org</email>
  165. <timezone>+1</timezone>
  166. <roles>
  167. <role>PMC</role>
  168. </roles>
  169. </developer>
  170. <developer>
  171. <id>billie</id>
  172. <name>Billie Rinaldi</name>
  173. <email>billie@apache.org</email>
  174. <timezone>-8</timezone>
  175. <roles>
  176. <role>PMC</role>
  177. </roles>
  178. <organization>
  179. Hortonworks
  180. </organization>
  181. </developer>
  182. <developer>
  183. <id>croberts</id>
  184. <name>Chad Roberts</name>
  185. <email>croberts@apache.org</email>
  186. <timezone></timezone>
  187. <roles>
  188. <role>PMC</role>
  189. </roles>
  190. <organization>
  191. Red Hat
  192. </organization>
  193. </developer>
  194. <developer>
  195. <id>ddas</id>
  196. <name>Devaraj Das</name>
  197. <email>ddas@hortonworks.com</email>
  198. <timezone>-8</timezone>
  199. <roles>
  200. <role>PMC</role>
  201. </roles>
  202. <organization>
  203. Hortonworks
  204. </organization>
  205. </developer>
  206. <developer>
  207. <id>dmitriusan</id>
  208. <name>Dmitry Lysnichenko</name>
  209. <email>dmitriusan@apache.org</email>
  210. <timezone>+2</timezone>
  211. <roles>
  212. <role>PMC</role>
  213. </roles>
  214. <organization>
  215. Hortonworks
  216. </organization>
  217. </developer>
  218. <developer>
  219. <id>dsen</id>
  220. <name>Dmitry Sen</name>
  221. <email>dsen@apache.org</email>
  222. <timezone>+2</timezone>
  223. <roles>
  224. <role>PMC</role>
  225. </roles>
  226. <organization>
  227. Hortonworks
  228. </organization>
  229. </developer>
  230. <developer>
  231. <id>eyang</id>
  232. <name>Eric Yang</name>
  233. <email>eyang@apache.org</email>
  234. <timezone>-8</timezone>
  235. <roles>
  236. <role>PMC</role>
  237. </roles>
  238. <organization>
  239. IBM
  240. </organization>
  241. </developer>
  242. <developer>
  243. <id>eboyd</id>
  244. <name>Erin A. Boyd</name>
  245. <email>eboyd@apache.org</email>
  246. <timezone>-8</timezone>
  247. <roles>
  248. <role>Committer</role>
  249. </roles>
  250. <organization>
  251. Redhat
  252. </organization>
  253. </developer>
  254. <developer>
  255. <id>hitesh</id>
  256. <name>Hitesh Shah</name>
  257. <email>hitesh@apache.org</email>
  258. <timezone>-8</timezone>
  259. <roles>
  260. <role>PMC</role>
  261. </roles>
  262. <organization>
  263. Hortonworks
  264. </organization>
  265. </developer>
  266. <developer>
  267. <id>jagane</id>
  268. <name>Jagane Sundar</name>
  269. <email>jagane@apache.org</email>
  270. <timezone>-8</timezone>
  271. <roles>
  272. <role>PMC</role>
  273. </roles>
  274. <organization>
  275. WANdisco
  276. </organization>
  277. </developer>
  278. <developer>
  279. <id>jaimin</id>
  280. <name>Jaimin Jetly</name>
  281. <email>jaimin@apache.org</email>
  282. <timezone>-8</timezone>
  283. <roles>
  284. <role>PMC</role>
  285. </roles>
  286. <organization>
  287. Hortonworks
  288. </organization>
  289. </developer>
  290. <developer>
  291. <id>jitendra</id>
  292. <name>Jitendra Pandey</name>
  293. <email>jitendra@apache.org</email>
  294. <timezone>-8</timezone>
  295. <roles>
  296. <role>PMC</role>
  297. </roles>
  298. <organization>
  299. Hortonworks
  300. </organization>
  301. </developer>
  302. <developer>
  303. <id>jspeidel</id>
  304. <name>John Speidel</name>
  305. <email>jspeidel@apache.org</email>
  306. <timezone>-8</timezone>
  307. <roles>
  308. <role>PMC</role>
  309. </roles>
  310. <organization>
  311. Hortonworks
  312. </organization>
  313. </developer>
  314. <developer>
  315. <id>kzhang</id>
  316. <name>Kan Zhang</name>
  317. <email>kanzhangmail@yahoo.com</email>
  318. <timezone>-8</timezone>
  319. <roles>
  320. <role>PMC</role>
  321. </roles>
  322. <organization>
  323. IBM
  324. </organization>
  325. </developer>
  326. <developer>
  327. <id>mahadev</id>
  328. <name>Mahadev Konar</name>
  329. <email>mahadev@apache.org</email>
  330. <timezone>-8</timezone>
  331. <roles>
  332. <role>PMC</role>
  333. </roles>
  334. <organization>
  335. Hortonworks
  336. </organization>
  337. </developer>
  338. <developer>
  339. <id>mpapirkovskyy</id>
  340. <name>Myroslav Papyrkovskyy</name>
  341. <email>mpapirkovskyy@apache.org</email>
  342. <timezone>+2</timezone>
  343. <roles>
  344. <role>PMC</role>
  345. </roles>
  346. <organization>
  347. Hortonworks
  348. </organization>
  349. </developer>
  350. <developer>
  351. <id>ncole</id>
  352. <name>Nate Cole</name>
  353. <email>ncole@apache.org</email>
  354. <timezone>-8</timezone>
  355. <roles>
  356. <role>PMC</role>
  357. </roles>
  358. <organization>
  359. Hortonworks
  360. </organization>
  361. </developer>
  362. <developer>
  363. <id>odiachenko</id>
  364. <name>Oleksandr Diachenko</name>
  365. <email>odiachenko@apache.org</email>
  366. <timezone>+2</timezone>
  367. <roles>
  368. <role>PMC</role>
  369. </roles>
  370. <organization>
  371. Hortonworks
  372. </organization>
  373. </developer>
  374. <developer>
  375. <id>omalley</id>
  376. <name>Owen O'Malley</name>
  377. <email>omalley@apache.org</email>
  378. <timezone>-8</timezone>
  379. <roles>
  380. <role>PMC</role>
  381. </roles>
  382. <organization>
  383. Hortonworks
  384. </organization>
  385. </developer>
  386. <developer>
  387. <id>onechiporenko</id>
  388. <name>Oleg Nechiporenko</name>
  389. <email>onechiporenko@apache.org</email>
  390. <timezone>+2</timezone>
  391. <roles>
  392. <role>PMC</role>
  393. </roles>
  394. <organization>
  395. Hortonworks
  396. </organization>
  397. </developer>
  398. <developer>
  399. <id>ramya</id>
  400. <name>Ramya Sunil</name>
  401. <email>ramya@apache.org</email>
  402. <timezone>-8</timezone>
  403. <roles>
  404. <role>PMC</role>
  405. </roles>
  406. <organization>
  407. Hortonworks
  408. </organization>
  409. </developer>
  410. <developer>
  411. <id>reznor</id>
  412. <name>Varun Kapoor</name>
  413. <email>reznor@apache.org</email>
  414. <timezone>-8</timezone>
  415. <roles>
  416. <role>PMC</role>
  417. </roles>
  418. <organization>
  419. -
  420. </organization>
  421. </developer>
  422. <developer>
  423. <id>smohanty</id>
  424. <name>Sumit Mohanty</name>
  425. <email>smohanty@apache.org</email>
  426. <timezone>-8</timezone>
  427. <roles>
  428. <role>PMC</role>
  429. </roles>
  430. <organization>
  431. Hortonworks
  432. </organization>
  433. </developer>
  434. <developer>
  435. <id>sposetti</id>
  436. <name>Jeff Sposetti</name>
  437. <email>sposetti@apache.org</email>
  438. <timezone>-8</timezone>
  439. <roles>
  440. <role>Committer</role>
  441. </roles>
  442. <organization>
  443. Hortonworks
  444. </organization>
  445. </developer>
  446. <developer>
  447. <id>swagle</id>
  448. <name>Siddharth Wagle</name>
  449. <email>swagle@apache.org</email>
  450. <timezone>-8</timezone>
  451. <roles>
  452. <role>PMC</role>
  453. </roles>
  454. <organization>
  455. Hortonworks
  456. </organization>
  457. </developer>
  458. <developer>
  459. <id>srimanth</id>
  460. <name>Srimanth Gunturi</name>
  461. <email>srimanth@apache.org</email>
  462. <timezone>-8</timezone>
  463. <roles>
  464. <role>PMC</role>
  465. </roles>
  466. <organization>
  467. Hortonworks
  468. </organization>
  469. </developer>
  470. <developer>
  471. <id>subin</id>
  472. <name>Subin Modeel</name>
  473. <email>subin@apache.org</email>
  474. <timezone>-8</timezone>
  475. <roles>
  476. <role>PMC</role>
  477. </roles>
  478. <organization>
  479. Redhat
  480. </organization>
  481. </developer>
  482. <developer>
  483. <id>tbeerbower</id>
  484. <name>Thomas Beerbower</name>
  485. <email>tbeerbower@apache.org</email>
  486. <timezone>-8</timezone>
  487. <roles>
  488. <role>PMC</role>
  489. </roles>
  490. <organization>
  491. Hortonworks
  492. </organization>
  493. </developer>
  494. <developer>
  495. <id>vbrodetskyi</id>
  496. <name>Vitaly Brodetskyi</name>
  497. <email>vbrodetskyi@apache.org</email>
  498. <timezone>+2</timezone>
  499. <roles>
  500. <role>Committer</role>
  501. </roles>
  502. <organization>
  503. Hortonworks
  504. </organization>
  505. </developer>
  506. <developer>
  507. <id>vikram</id>
  508. <name>Vikram Dixit</name>
  509. <email>vikram@apache.org</email>
  510. <timezone>-8</timezone>
  511. <roles>
  512. <role>PMC</role>
  513. </roles>
  514. <organization>
  515. Hortonworks
  516. </organization>
  517. </developer>
  518. <developer>
  519. <id>vgogate</id>
  520. <name>Vitthal Suhas Gogate</name>
  521. <email>vgogate@apache.org</email>
  522. <timezone>-8</timezone>
  523. <roles>
  524. <role>PMC</role>
  525. </roles>
  526. <organization>
  527. Pivotal
  528. </organization>
  529. </developer>
  530. <developer>
  531. <id>vinodkv</id>
  532. <name>Vinod Kumar Vavilapalli</name>
  533. <email>vinodkv@apache.org</email>
  534. <timezone>-8</timezone>
  535. <roles>
  536. <role>PMC</role>
  537. </roles>
  538. <organization>
  539. Hortonworks
  540. </organization>
  541. </developer>
  542. <developer>
  543. <id>xiwang</id>
  544. <name>Xi Wang</name>
  545. <email>xiwang@apache.org</email>
  546. <timezone>-8</timezone>
  547. <roles>
  548. <role>PMC</role>
  549. </roles>
  550. <organization>
  551. Hortonworks
  552. </organization>
  553. </developer>
  554. <developer>
  555. <id>yusaku</id>
  556. <name>Yusaku Sako</name>
  557. <email>yusaku@apache.org</email>
  558. <timezone>-8</timezone>
  559. <roles>
  560. <role>PMC</role>
  561. </roles>
  562. <organization>
  563. Hortonworks
  564. </organization>
  565. </developer>
  566. </developers>
  567. <organization>
  568. <name>Apache Software Foundation</name>
  569. <url>http://www.apache.org/</url>
  570. </organization>
  571. <build>
  572. <resources>
  573. <resource>
  574. <directory>src/main/resources</directory>
  575. <filtering>true</filtering>
  576. </resource>
  577. </resources>
  578. <pluginManagement>
  579. <plugins>
  580. <plugin>
  581. <groupId>org.apache.maven.plugins</groupId>
  582. <artifactId>maven-resources-plugin</artifactId>
  583. <version>2.4.3</version>
  584. <configuration>
  585. <encoding>UTF-8</encoding>
  586. </configuration>
  587. </plugin>
  588. <plugin>
  589. <groupId>org.apache.maven.plugins</groupId>
  590. <artifactId>maven-site-plugin</artifactId>
  591. <version>3.0</version>
  592. <configuration>
  593. <outputDirectory>./target</outputDirectory>
  594. </configuration>
  595. </plugin>
  596. </plugins>
  597. </pluginManagement>
  598. </build>
  599. <reporting>
  600. <excludeDefaults>true</excludeDefaults>
  601. <plugins>
  602. <plugin>
  603. <groupId>org.apache.maven.plugins</groupId>
  604. <artifactId>maven-project-info-reports-plugin</artifactId>
  605. <version>2.4</version>
  606. <reportSets>
  607. <reportSet>
  608. <reports>
  609. <report>project-team</report>
  610. <report>mailing-list</report>
  611. <report>issue-tracking</report>
  612. <report>license</report>
  613. <!-- for now
  614. <report>modules</report>
  615. <report>dependencies</report>
  616. <report>cim</report>
  617. <report>scm</report>
  618. -->
  619. </reports>
  620. </reportSet>
  621. </reportSets>
  622. </plugin>
  623. </plugins>
  624. </reporting>
  625. <distributionManagement>
  626. <site>
  627. <id>apache-website</id>
  628. <name>Apache website</name>
  629. <url>scpexe://people.apache.org/www/incubator.apache.org/ambari</url>
  630. </site>
  631. </distributionManagement>
  632. </project>