Skip to content

Commit cb4b5f7

Browse files
committed
Remove contributing files from RAT
1 parent 7810f57 commit cb4b5f7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
</plugin>
385385

386386
<!--TODO(alex): make part of the build and reconcile conflicts
387-
<plugin>
387+
<plugin>
388388
<groupId>com.ning.maven.plugins</groupId>
389389
<artifactId>maven-duplicate-finder-plugin</artifactId>
390390
<version>1.0.4</version>
@@ -393,12 +393,12 @@
393393
<id>default</id>
394394
<phase>verify</phase>
395395
<goals>
396-
<goal>check</goal>
397-
</goals>
398-
</execution>
399-
</executions>
396+
<goal>check</goal>
397+
</goals>
398+
</execution>
399+
</executions>
400400
<configuration>
401-
<failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
401+
<failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
402402
</configuration>
403403
</plugin>
404404
-->
@@ -734,7 +734,6 @@
734734
<exclude>**/README.md</exclude>
735735
<exclude>DEPENDENCIES</exclude>
736736
<exclude>DEPLOY.md</exclude>
737-
<exclude>CONTRIBUTING.md</exclude>
738737
<exclude>STYLE.md</exclude>
739738
<exclude>Roadmap.md</exclude>
740739
<exclude>**/licenses/**</exclude>
@@ -772,7 +771,6 @@
772771
<exclude>docs/sitemap.txt</exclude>
773772
<exclude>docs/search_data.json</exclude>
774773
<exclude>**/dependency-reduced-pom.xml</exclude>
775-
<exclude>docs/CONTRIBUTING.md</exclude>
776774

777775
<!-- bundled from anchor -->
778776
<exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude>

0 commit comments

Comments
 (0)