pom.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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 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. <module>docs</module>
  37. </modules>
  38. <dependencies>
  39. <dependency>
  40. <groupId>org.apache.hadoop</groupId>
  41. <artifactId>hadoop-common</artifactId>
  42. <scope>provided</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.apache.hadoop</groupId>
  46. <artifactId>hadoop-hdfs</artifactId>
  47. <scope>provided</scope>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.apache.hadoop</groupId>
  51. <artifactId>hadoop-hdfs-client</artifactId>
  52. <scope>provided</scope>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.apache.hadoop</groupId>
  56. <artifactId>hadoop-hdds-common</artifactId>
  57. <scope>provided</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.hadoop</groupId>
  61. <artifactId>hadoop-hdds-server-framework</artifactId>
  62. <scope>provided</scope>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.apache.hadoop</groupId>
  66. <artifactId>hadoop-hdds-server-scm</artifactId>
  67. <scope>provided</scope>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.apache.hadoop</groupId>
  71. <artifactId>hadoop-hdds-container-service</artifactId>
  72. <scope>provided</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.apache.hadoop</groupId>
  76. <artifactId>hadoop-hdds-client</artifactId>
  77. <scope>provided</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.apache.hadoop</groupId>
  81. <artifactId>hadoop-hdds-tools</artifactId>
  82. <scope>provided</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.apache.hadoop</groupId>
  86. <artifactId>hadoop-common</artifactId>
  87. <scope>test</scope>
  88. <type>test-jar</type>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.apache.hadoop</groupId>
  92. <artifactId>hadoop-hdfs</artifactId>
  93. <scope>test</scope>
  94. <type>test-jar</type>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.apache.hadoop</groupId>
  98. <artifactId>hadoop-hdds-server-scm</artifactId>
  99. <scope>test</scope>
  100. <type>test-jar</type>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.hadoop</groupId>
  104. <artifactId>hadoop-hdds-container-service</artifactId>
  105. <scope>test</scope>
  106. <type>test-jar</type>
  107. </dependency>
  108. <dependency>
  109. <groupId>junit</groupId>
  110. <artifactId>junit</artifactId>
  111. <scope>test</scope>
  112. </dependency>
  113. </dependencies>
  114. <build>
  115. <plugins>
  116. <plugin>
  117. <groupId>org.apache.rat</groupId>
  118. <artifactId>apache-rat-plugin</artifactId>
  119. <configuration>
  120. <excludes>
  121. <exclude>**/target/**</exclude>
  122. <exclude>acceptance-test/hadoop-ozone-acceptance-test.iml</exclude>
  123. <exclude>.gitattributes</exclude>
  124. <exclude>.idea/**</exclude>
  125. <exclude>dev-support/checkstyle*</exclude>
  126. <exclude>dev-support/jdiff/**</exclude>
  127. <exclude>dev-support/*tests</exclude>
  128. <exclude>src/test/empty-file</exclude>
  129. <exclude>src/test/all-tests</exclude>
  130. <exclude>src/test/resources/*.tgz</exclude>
  131. <exclude>src/test/resources/data*</exclude>
  132. <exclude>**/*.json</exclude>
  133. <exclude>src/test/resources/empty-file</exclude>
  134. <exclude>src/main/webapps/datanode/robots.txt</exclude>
  135. <exclude>src/main/webapps/hdfs/robots.txt</exclude>
  136. <exclude>src/main/webapps/journal/robots.txt</exclude>
  137. <exclude>src/main/webapps/secondary/robots.txt</exclude>
  138. <exclude>src/main/webapps/router/robots.txt</exclude>
  139. <exclude>src/contrib/**</exclude>
  140. <exclude>src/site/resources/images/*</exclude>
  141. <exclude>webapps/static/bootstrap-3.3.7/**</exclude>
  142. <exclude>webapps/static/jquery-3.3.1.min.js</exclude>
  143. <exclude>webapps/static/jquery.dataTables.min.js</exclude>
  144. <exclude>webapps/static/nvd3-1.8.5.min.css.map</exclude>
  145. <exclude>webapps/static/nvd3-1.8.5.min.js</exclude>
  146. <exclude>webapps/static/angular-route-1.6.4.min.js
  147. </exclude>
  148. <exclude>webapps/static/nvd3-1.8.5.min.css</exclude>
  149. <exclude>webapps/static/angular-nvd3-1.0.9.min.js</exclude>
  150. <exclude>webapps/static/nvd3-1.8.5.min.js.map</exclude>
  151. <exclude>webapps/static/angular-1.6.4.min.js</exclude>
  152. <exclude>webapps/static/d3-3.5.17.min.js</exclude>
  153. <exclude>static/OzoneOverview.svg</exclude>
  154. <exclude>themes/ozonedoc/static/js/jquery.min.js</exclude>
  155. <exclude>themes/ozonedoc/static/js/bootstrap.min.js</exclude>
  156. <exclude>themes/ozonedoc/static/css/bootstrap.min.css</exclude>
  157. <exclude>themes/ozonedoc/static/css/bootstrap.min.css.map</exclude>
  158. <exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css</exclude>
  159. <exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css.map</exclude>
  160. <exclude>themes/ozonedoc/static/fonts/glyphicons-halflings-regular.svg</exclude>
  161. <exclude>themes/ozonedoc/layouts/index.html</exclude>
  162. <exclude>themes/ozonedoc/theme.toml</exclude>
  163. </excludes>
  164. </configuration>
  165. </plugin>
  166. <plugin>
  167. <groupId>org.codehaus.mojo</groupId>
  168. <artifactId>findbugs-maven-plugin</artifactId>
  169. <configuration>
  170. <excludeFilterFile combine.self="override"></excludeFilterFile>
  171. </configuration>
  172. </plugin>
  173. </plugins>
  174. </build>
  175. </project>