pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License. See accompanying LICENSE file.
  12. -->
  13. <project xmlns="http://maven.apache.org/POM/4.0.0"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  16. http://maven.apache.org/xsd/maven-4.0.0.xsd">
  17. <modelVersion>4.0.0</modelVersion>
  18. <parent>
  19. <groupId>org.apache.hadoop</groupId>
  20. <artifactId>hadoop-project-dist</artifactId>
  21. <version>3.2.0-SNAPSHOT</version>
  22. <relativePath>../hadoop-project-dist</relativePath>
  23. </parent>
  24. <artifactId>hadoop-ozone</artifactId>
  25. <version>0.2.1-SNAPSHOT</version>
  26. <description>Apache Hadoop Ozone parent project</description>
  27. <name>Apache Hadoop Ozone</name>
  28. <packaging>pom</packaging>
  29. <modules>
  30. <module>common</module>
  31. <module>client</module>
  32. <module>ozone-manager</module>
  33. <module>tools</module>
  34. <module>integration-test</module>
  35. <module>objectstore-service</module>
  36. </modules>
  37. <dependencies>
  38. <dependency>
  39. <groupId>org.apache.hadoop</groupId>
  40. <artifactId>hadoop-common</artifactId>
  41. <scope>provided</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.apache.hadoop</groupId>
  45. <artifactId>hadoop-hdfs</artifactId>
  46. <scope>provided</scope>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.apache.hadoop</groupId>
  50. <artifactId>hadoop-hdfs-client</artifactId>
  51. <scope>provided</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.apache.hadoop</groupId>
  55. <artifactId>hadoop-hdds-common</artifactId>
  56. <scope>provided</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.apache.hadoop</groupId>
  60. <artifactId>hadoop-hdds-server-framework</artifactId>
  61. <scope>provided</scope>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.apache.hadoop</groupId>
  65. <artifactId>hadoop-hdds-server-scm</artifactId>
  66. <scope>provided</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.hadoop</groupId>
  70. <artifactId>hadoop-hdds-container-service</artifactId>
  71. <scope>provided</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.hadoop</groupId>
  75. <artifactId>hadoop-hdds-client</artifactId>
  76. <scope>provided</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.hadoop</groupId>
  80. <artifactId>hadoop-hdds-tools</artifactId>
  81. <scope>provided</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.hadoop</groupId>
  85. <artifactId>hadoop-common</artifactId>
  86. <scope>test</scope>
  87. <type>test-jar</type>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.apache.hadoop</groupId>
  91. <artifactId>hadoop-hdfs</artifactId>
  92. <scope>test</scope>
  93. <type>test-jar</type>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.apache.hadoop</groupId>
  97. <artifactId>hadoop-hdds-server-scm</artifactId>
  98. <scope>test</scope>
  99. <type>test-jar</type>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.hadoop</groupId>
  103. <artifactId>hadoop-hdds-container-service</artifactId>
  104. <scope>test</scope>
  105. <type>test-jar</type>
  106. </dependency>
  107. <dependency>
  108. <groupId>junit</groupId>
  109. <artifactId>junit</artifactId>
  110. <scope>test</scope>
  111. </dependency>
  112. </dependencies>
  113. <build>
  114. <plugins>
  115. <plugin>
  116. <groupId>org.apache.rat</groupId>
  117. <artifactId>apache-rat-plugin</artifactId>
  118. <configuration>
  119. <excludes>
  120. <exclude>**/target/**</exclude>
  121. <exclude>acceptance-test/hadoop-ozone-acceptance-test.iml</exclude>
  122. <exclude>.gitattributes</exclude>
  123. <exclude>.idea/**</exclude>
  124. <exclude>dev-support/checkstyle*</exclude>
  125. <exclude>dev-support/jdiff/**</exclude>
  126. <exclude>dev-support/*tests</exclude>
  127. <exclude>src/test/empty-file</exclude>
  128. <exclude>src/test/all-tests</exclude>
  129. <exclude>src/test/resources/*.tgz</exclude>
  130. <exclude>src/test/resources/data*</exclude>
  131. <exclude>**/*.json</exclude>
  132. <exclude>src/test/resources/empty-file</exclude>
  133. <exclude>src/main/webapps/datanode/robots.txt</exclude>
  134. <exclude>src/main/webapps/hdfs/robots.txt</exclude>
  135. <exclude>src/main/webapps/journal/robots.txt</exclude>
  136. <exclude>src/main/webapps/secondary/robots.txt</exclude>
  137. <exclude>src/main/webapps/router/robots.txt</exclude>
  138. <exclude>src/contrib/**</exclude>
  139. <exclude>src/site/resources/images/*</exclude>
  140. <exclude>webapps/static/bootstrap-3.0.2/**</exclude>
  141. <exclude>webapps/static/jquery-1.10.2.min.js</exclude>
  142. <exclude>webapps/static/jquery.dataTables.min.js</exclude>
  143. <exclude>webapps/static/nvd3-1.8.5.min.css.map</exclude>
  144. <exclude>webapps/static/nvd3-1.8.5.min.js</exclude>
  145. <exclude>webapps/static/angular-route-1.6.4.min.js
  146. </exclude>
  147. <exclude>webapps/static/nvd3-1.8.5.min.css</exclude>
  148. <exclude>webapps/static/angular-nvd3-1.0.9.min.js</exclude>
  149. <exclude>webapps/static/nvd3-1.8.5.min.js.map</exclude>
  150. <exclude>webapps/static/angular-1.6.4.min.js</exclude>
  151. <exclude>webapps/static/d3-3.5.17.min.js</exclude>
  152. </excludes>
  153. </configuration>
  154. </plugin>
  155. <plugin>
  156. <groupId>org.codehaus.mojo</groupId>
  157. <artifactId>findbugs-maven-plugin</artifactId>
  158. <configuration>
  159. <excludeFilterFile combine.self="override"></excludeFilterFile>
  160. </configuration>
  161. </plugin>
  162. </plugins>
  163. </build>
  164. </project>