pom.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  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 HBase, HCatalog, HDFS, Hive, MapReduce, Oozie, Pig, Scoop, Templeton, and Zookeeper.
  22. </description>
  23. <url>http://incubator.apache.org/ambari</url>
  24. <modelVersion>4.0.0</modelVersion>
  25. <groupId>org.apache.ambari</groupId>
  26. <version>1.6.0</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>hitesh</id>
  244. <name>Hitesh Shah</name>
  245. <email>hitesh@apache.org</email>
  246. <timezone>-8</timezone>
  247. <roles>
  248. <role>PMC</role>
  249. </roles>
  250. <organization>
  251. Hortonworks
  252. </organization>
  253. </developer>
  254. <developer>
  255. <id>jagane</id>
  256. <name>Jagane Sundar</name>
  257. <email>jagane@apache.org</email>
  258. <timezone>-8</timezone>
  259. <roles>
  260. <role>PMC</role>
  261. </roles>
  262. <organization>
  263. WANdisco
  264. </organization>
  265. </developer>
  266. <developer>
  267. <id>jaimin</id>
  268. <name>Jaimin Jetly</name>
  269. <email>jaimin@apache.org</email>
  270. <timezone>-8</timezone>
  271. <roles>
  272. <role>PMC</role>
  273. </roles>
  274. <organization>
  275. Hortonworks
  276. </organization>
  277. </developer>
  278. <developer>
  279. <id>jitendra</id>
  280. <name>Jitendra Pandey</name>
  281. <email>jitendra@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>jspeidel</id>
  292. <name>John Speidel</name>
  293. <email>jspeidel@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>kzhang</id>
  304. <name>Kan Zhang</name>
  305. <email>kanzhangmail@yahoo.com</email>
  306. <timezone>-8</timezone>
  307. <roles>
  308. <role>PMC</role>
  309. </roles>
  310. <organization>
  311. IBM
  312. </organization>
  313. </developer>
  314. <developer>
  315. <id>mahadev</id>
  316. <name>Mahadev Konar</name>
  317. <email>mahadev@apache.org</email>
  318. <timezone>-8</timezone>
  319. <roles>
  320. <role>PMC</role>
  321. </roles>
  322. <organization>
  323. Hortonworks
  324. </organization>
  325. </developer>
  326. <developer>
  327. <id>mpapirkovskyy</id>
  328. <name>Myroslav Papyrkovskyy</name>
  329. <email>mpapirkovskyy@apache.org</email>
  330. <timezone>+2</timezone>
  331. <roles>
  332. <role>PMC</role>
  333. </roles>
  334. <organization>
  335. Hortonworks
  336. </organization>
  337. </developer>
  338. <developer>
  339. <id>ncole</id>
  340. <name>Nate Cole</name>
  341. <email>ncole@apache.org</email>
  342. <timezone>-8</timezone>
  343. <roles>
  344. <role>PMC</role>
  345. </roles>
  346. <organization>
  347. Hortonworks
  348. </organization>
  349. </developer>
  350. <developer>
  351. <id>odiachenko</id>
  352. <name>Oleksandr Diachenko</name>
  353. <email>odiachenko@apache.org</email>
  354. <timezone>+2</timezone>
  355. <roles>
  356. <role>PMC</role>
  357. </roles>
  358. <organization>
  359. Hortonworks
  360. </organization>
  361. </developer>
  362. <developer>
  363. <id>omalley</id>
  364. <name>Owen O'Malley</name>
  365. <email>omalley@apache.org</email>
  366. <timezone>-8</timezone>
  367. <roles>
  368. <role>PMC</role>
  369. </roles>
  370. <organization>
  371. Hortonworks
  372. </organization>
  373. </developer>
  374. <developer>
  375. <id>onechiporenko</id>
  376. <name>Oleg Nechiporenko</name>
  377. <email>onechiporenko@apache.org</email>
  378. <timezone>+2</timezone>
  379. <roles>
  380. <role>PMC</role>
  381. </roles>
  382. <organization>
  383. Hortonworks
  384. </organization>
  385. </developer>
  386. <developer>
  387. <id>ramya</id>
  388. <name>Ramya Sunil</name>
  389. <email>ramya@apache.org</email>
  390. <timezone>-8</timezone>
  391. <roles>
  392. <role>PMC</role>
  393. </roles>
  394. <organization>
  395. Hortonworks
  396. </organization>
  397. </developer>
  398. <developer>
  399. <id>reznor</id>
  400. <name>Varun Kapoor</name>
  401. <email>reznor@apache.org</email>
  402. <timezone>-8</timezone>
  403. <roles>
  404. <role>PMC</role>
  405. </roles>
  406. <organization>
  407. -
  408. </organization>
  409. </developer>
  410. <developer>
  411. <id>smohanty</id>
  412. <name>Sumit Mohanty</name>
  413. <email>smohanty@apache.org</email>
  414. <timezone>-8</timezone>
  415. <roles>
  416. <role>PMC</role>
  417. </roles>
  418. <organization>
  419. Hortonworks
  420. </organization>
  421. </developer>
  422. <developer>
  423. <id>sposetti</id>
  424. <name>Jeff Sposetti</name>
  425. <email>sposetti@apache.org</email>
  426. <timezone>-8</timezone>
  427. <roles>
  428. <role>Committer</role>
  429. </roles>
  430. <organization>
  431. Hortonworks
  432. </organization>
  433. </developer>
  434. <developer>
  435. <id>swagle</id>
  436. <name>Siddharth Wagle</name>
  437. <email>swagle@apache.org</email>
  438. <timezone>-8</timezone>
  439. <roles>
  440. <role>PMC</role>
  441. </roles>
  442. <organization>
  443. Hortonworks
  444. </organization>
  445. </developer>
  446. <developer>
  447. <id>srimanth</id>
  448. <name>Srimanth Gunturi</name>
  449. <email>srimanth@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>subin</id>
  460. <name>Subin Modeel</name>
  461. <email>subin@apache.org</email>
  462. <timezone>-8</timezone>
  463. <roles>
  464. <role>PMC</role>
  465. </roles>
  466. <organization>
  467. HP
  468. </organization>
  469. </developer>
  470. <developer>
  471. <id>tbeerbower</id>
  472. <name>Thomas Beerbower</name>
  473. <email>tbeerbower@apache.org</email>
  474. <timezone>-8</timezone>
  475. <roles>
  476. <role>PMC</role>
  477. </roles>
  478. <organization>
  479. Hortonworks
  480. </organization>
  481. </developer>
  482. <developer>
  483. <id>vbrodetskyi</id>
  484. <name>Vitaly Brodetskyi</name>
  485. <email>vbrodetskyi@apache.org</email>
  486. <timezone>+2</timezone>
  487. <roles>
  488. <role>Committer</role>
  489. </roles>
  490. <organization>
  491. Hortonworks
  492. </organization>
  493. </developer>
  494. <developer>
  495. <id>vikram</id>
  496. <name>Vikram Dixit</name>
  497. <email>vikram@apache.org</email>
  498. <timezone>-8</timezone>
  499. <roles>
  500. <role>PMC</role>
  501. </roles>
  502. <organization>
  503. Hortonworks
  504. </organization>
  505. </developer>
  506. <developer>
  507. <id>vgogate</id>
  508. <name>Vitthal Suhas Gogate</name>
  509. <email>vgogate@apache.org</email>
  510. <timezone>-8</timezone>
  511. <roles>
  512. <role>PMC</role>
  513. </roles>
  514. <organization>
  515. Pivotal
  516. </organization>
  517. </developer>
  518. <developer>
  519. <id>vinodkv</id>
  520. <name>Vinod Kumar Vavilapalli</name>
  521. <email>vinodkv@apache.org</email>
  522. <timezone>-8</timezone>
  523. <roles>
  524. <role>PMC</role>
  525. </roles>
  526. <organization>
  527. Hortonworks
  528. </organization>
  529. </developer>
  530. <developer>
  531. <id>xiwang</id>
  532. <name>Xi Wang</name>
  533. <email>xiwang@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>yusaku</id>
  544. <name>Yusaku Sako</name>
  545. <email>yusaku@apache.org</email>
  546. <timezone>-8</timezone>
  547. <roles>
  548. <role>PMC</role>
  549. </roles>
  550. <organization>
  551. Hortonworks
  552. </organization>
  553. </developer>
  554. </developers>
  555. <organization>
  556. <name>Apache Software Foundation</name>
  557. <url>http://www.apache.org/</url>
  558. </organization>
  559. <build>
  560. <resources>
  561. <resource>
  562. <directory>src/main/resources</directory>
  563. <filtering>true</filtering>
  564. </resource>
  565. </resources>
  566. <pluginManagement>
  567. <plugins>
  568. <plugin>
  569. <groupId>org.apache.maven.plugins</groupId>
  570. <artifactId>maven-resources-plugin</artifactId>
  571. <version>2.4.3</version>
  572. <configuration>
  573. <encoding>UTF-8</encoding>
  574. </configuration>
  575. </plugin>
  576. <plugin>
  577. <groupId>org.apache.maven.plugins</groupId>
  578. <artifactId>maven-site-plugin</artifactId>
  579. <version>3.0</version>
  580. <configuration>
  581. <outputDirectory>./target</outputDirectory>
  582. </configuration>
  583. </plugin>
  584. </plugins>
  585. </pluginManagement>
  586. </build>
  587. <reporting>
  588. <excludeDefaults>true</excludeDefaults>
  589. <plugins>
  590. <plugin>
  591. <groupId>org.apache.maven.plugins</groupId>
  592. <artifactId>maven-project-info-reports-plugin</artifactId>
  593. <version>2.4</version>
  594. <reportSets>
  595. <reportSet>
  596. <reports>
  597. <report>project-team</report>
  598. <report>mailing-list</report>
  599. <report>issue-tracking</report>
  600. <report>license</report>
  601. <!-- for now
  602. <report>modules</report>
  603. <report>dependencies</report>
  604. <report>cim</report>
  605. <report>scm</report>
  606. -->
  607. </reports>
  608. </reportSet>
  609. </reportSets>
  610. </plugin>
  611. </plugins>
  612. </reporting>
  613. <distributionManagement>
  614. <site>
  615. <id>apache-website</id>
  616. <name>Apache website</name>
  617. <url>scpexe://people.apache.org/www/incubator.apache.org/ambari</url>
  618. </site>
  619. </distributionManagement>
  620. </project>