File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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>
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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments