pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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.0.0-SNAPSHOT</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:ambari-user-subscribe@incubator.apache.org
  63. </subscribe>
  64. <unsubscribe>mailto:ambari-user-unsubscribe@incubator.apache.org
  65. </unsubscribe>
  66. <post>mailto:ambari-user@incubator.apache.org</post>
  67. <archive></archive>
  68. </mailingList>
  69. <mailingList>
  70. <name>Development list</name>
  71. <subscribe>mailto:ambari-dev-subscribe@incubator.apache.org
  72. </subscribe>
  73. <unsubscribe>mailto:ambari-dev-unsubscribe@incubator.apache.org
  74. </unsubscribe>
  75. <post>mailto:ambari-dev@incubator.apache.org</post>
  76. <archive></archive>
  77. </mailingList>
  78. <mailingList>
  79. <name>Commit list</name>
  80. <subscribe>mailto:ambari-commits-subscribe@incubator.apache.org
  81. </subscribe>
  82. <unsubscribe>mailto:ambari-commits-unsubscribe@incubator.apache.org
  83. </unsubscribe>
  84. <post>mailto:ambari-commits@incubator.apache.org</post>
  85. <archive></archive>
  86. </mailingList>
  87. </mailingLists>
  88. <developers>
  89. <developer>
  90. <id>omalley</id>
  91. <name>Owen O'Malley</name>
  92. <email>omalley@apache.org</email>
  93. <timezone>-8</timezone>
  94. <roles>
  95. <role>PMC</role>
  96. </roles>
  97. <organization>
  98. Hortonworks
  99. </organization>
  100. </developer>
  101. <developer>
  102. <id>berndf</id>
  103. <name>Bernd Fondermann</name>
  104. <email>berndf@apache.org</email>
  105. <timezone>+1</timezone>
  106. <roles>
  107. <role>PMC</role>
  108. </roles>
  109. </developer>
  110. <developer>
  111. <id>ddas</id>
  112. <name>Devaraj Das</name>
  113. <email>ddas@hortonworks.com</email>
  114. <timezone>-8</timezone>
  115. <roles>
  116. <role>PMC</role>
  117. </roles>
  118. <organization>
  119. Hortonworks
  120. </organization>
  121. </developer>
  122. <developer>
  123. <id>eyang</id>
  124. <name>Eric Yang</name>
  125. <email>eyang@apache.org</email>
  126. <timezone>-8</timezone>
  127. <roles>
  128. <role>PMC</role>
  129. </roles>
  130. <organization>
  131. IBM
  132. </organization>
  133. </developer>
  134. <developer>
  135. <id>hitesh</id>
  136. <name>Hitesh Shah</name>
  137. <email>hitesh@apache.org</email>
  138. <timezone>-8</timezone>
  139. <roles>
  140. <role>Committer</role>
  141. </roles>
  142. <organization>
  143. Hortonworks
  144. </organization>
  145. </developer>
  146. <developer>
  147. <id>jagane</id>
  148. <name>Jagane Sundar</name>
  149. <email>jagane@apache.org</email>
  150. <timezone>-8</timezone>
  151. <roles>
  152. <role>PMC</role>
  153. </roles>
  154. <organization>
  155. </organization>
  156. </developer>
  157. <developer>
  158. <id>jitendra</id>
  159. <name>Jitendra Pandey</name>
  160. <email>jitendra@apache.org</email>
  161. <timezone>-8</timezone>
  162. <roles>
  163. <role>Committer</role>
  164. </roles>
  165. <organization>
  166. Hortonworks
  167. </organization>
  168. </developer>
  169. <developer>
  170. <id>kzhang</id>
  171. <name>Kan Zhang</name>
  172. <email>kanzhangmail@yahoo.com</email>
  173. <timezone>-8</timezone>
  174. <roles>
  175. <role>PMC</role>
  176. </roles>
  177. <organization>
  178. IBM
  179. </organization>
  180. </developer>
  181. <developer>
  182. <id>mahadev</id>
  183. <name>Mahadev Konar</name>
  184. <email>mahadev@apache.org</email>
  185. <timezone>-8</timezone>
  186. <roles>
  187. <role>Committer</role>
  188. </roles>
  189. <organization>
  190. Hortonworks
  191. </organization>
  192. </developer>
  193. <developer>
  194. <id>ramya</id>
  195. <name>Ramya Sunil</name>
  196. <email>ramya@apache.org</email>
  197. <timezone>-8</timezone>
  198. <roles>
  199. <role>Committer</role>
  200. </roles>
  201. <organization>
  202. Hortonworks
  203. </organization>
  204. </developer>
  205. <developer>
  206. <id>varun</id>
  207. <name>Varun Kapoor</name>
  208. <email>varun@apache.org</email>
  209. <timezone>-8</timezone>
  210. <roles>
  211. <role>Committer</role>
  212. </roles>
  213. <organization>
  214. Hortonworks
  215. </organization>
  216. </developer>
  217. <developer>
  218. <id>vikram</id>
  219. <name>Vikram Dixit</name>
  220. <email>vikram@apache.org</email>
  221. <timezone>-8</timezone>
  222. <roles>
  223. <role>Committer</role>
  224. </roles>
  225. <organization>
  226. Hortonworks
  227. </organization>
  228. </developer>
  229. <developer>
  230. <id>vgogate</id>
  231. <name>Vitthal Suhas Gogate</name>
  232. <email>vgogate@apache.org</email>
  233. <timezone>-8</timezone>
  234. <roles>
  235. <role>PMC</role>
  236. </roles>
  237. <organization>
  238. Hortonworks
  239. </organization>
  240. </developer>
  241. <developer>
  242. <id>vinodkv</id>
  243. <name>Vinod Kumar Vavilapalli</name>
  244. <email>vinodkv@apache.org</email>
  245. <timezone>-8</timezone>
  246. <roles>
  247. <role>Committer</role>
  248. </roles>
  249. <organization>
  250. Hortonworks
  251. </organization>
  252. </developer>
  253. <developer>
  254. <id>yusaku</id>
  255. <name>Yusaku Sako</name>
  256. <email>yusaku@apache.org</email>
  257. <timezone>-8</timezone>
  258. <roles>
  259. <role>Committer</role>
  260. </roles>
  261. <organization>
  262. Hortonworks
  263. </organization>
  264. </developer>
  265. </developers>
  266. <organization>
  267. <name>Apache Software Foundation</name>
  268. <url>http://www.apache.org/</url>
  269. </organization>
  270. <build>
  271. <resources>
  272. <resource>
  273. <directory>src/main/resources</directory>
  274. <filtering>true</filtering>
  275. </resource>
  276. </resources>
  277. <pluginManagement>
  278. <plugins>
  279. <plugin>
  280. <groupId>org.apache.maven.plugins</groupId>
  281. <artifactId>maven-resources-plugin</artifactId>
  282. <version>2.4.3</version>
  283. <configuration>
  284. <encoding>UTF-8</encoding>
  285. </configuration>
  286. </plugin>
  287. <plugin>
  288. <groupId>org.apache.maven.plugins</groupId>
  289. <artifactId>maven-site-plugin</artifactId>
  290. <version>3.0</version>
  291. <configuration>
  292. <outputDirectory>./target</outputDirectory>
  293. </configuration>
  294. </plugin>
  295. </plugins>
  296. </pluginManagement>
  297. </build>
  298. <reporting>
  299. <excludeDefaults>true</excludeDefaults>
  300. <plugins>
  301. <plugin>
  302. <groupId>org.apache.maven.plugins</groupId>
  303. <artifactId>maven-project-info-reports-plugin</artifactId>
  304. <version>2.4</version>
  305. <reportSets>
  306. <reportSet>
  307. <reports>
  308. <report>project-team</report>
  309. <report>mailing-list</report>
  310. <report>issue-tracking</report>
  311. <report>license</report>
  312. <!-- for now
  313. <report>modules</report>
  314. <report>dependencies</report>
  315. <report>cim</report>
  316. <report>scm</report>
  317. -->
  318. </reports>
  319. </reportSet>
  320. </reportSets>
  321. </plugin>
  322. </plugins>
  323. </reporting>
  324. <distributionManagement>
  325. <site>
  326. <id>apache-website</id>
  327. <name>Apache website</name>
  328. <url>scpexe://people.apache.org/www/incubator.apache.org/ambari</url>
  329. </site>
  330. </distributionManagement>
  331. </project>