summaryrefslogtreecommitdiff
path: root/hadoop-hdds/framework/pom.xml
diff options
context:
space:
mode:
authorXiaoyu Yao <xyao@apache.org>2018-04-17 10:26:08 -0700
committerOwen O'Malley <omalley@apache.org>2018-04-26 05:36:04 -0700
commit9da4caee8900f3983bc203716d9c373842566aaa (patch)
tree35395018e92ffa5e99b0524a3bebfaac2dabdae6 /hadoop-hdds/framework/pom.xml
parent20dab055641a11ffae8e96ea6ef27b9133fa63b7 (diff)
HDFS-13422. Ozone: Fix whitespaces and license issues in HDFS-7240 branch. Contributed by Lokesh Jain.
Diffstat (limited to 'hadoop-hdds/framework/pom.xml')
-rw-r--r--hadoop-hdds/framework/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml
index 959bf4dd31..c8d0797475 100644
--- a/hadoop-hdds/framework/pom.xml
+++ b/hadoop-hdds/framework/pom.xml
@@ -44,25 +44,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<build>
<plugins>
<plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>.gitattributes</exclude>
- <exclude>.idea/**</exclude>
- <exclude>src/main/conf/*</exclude>
- <exclude>src/main/webapps/static/angular-1.6.4.min.js</exclude>
- <exclude>src/main/webapps/static/angular-nvd3-1.0.9.min.js</exclude>
- <exclude>src/main/webapps/static/angular-route-1.6.4.min.js</exclude>
- <exclude>src/main/webapps/static/d3-3.5.17.min.js</exclude>
- <exclude>src/main/webapps/static/nvd3-1.8.5.min.css</exclude>
- <exclude>src/main/webapps/static/nvd3-1.8.5.min.css.map</exclude>
- <exclude>src/main/webapps/static/nvd3-1.8.5.min.js</exclude>
- <exclude>src/main/webapps/static/nvd3-1.8.5.min.js.map</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>