Skip to content

Commit

Permalink
Remove POM RAT plugin superseded by sbt's licence plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Feb 20, 2025
1 parent c6548dd commit 642006c
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,46 +367,6 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${maven.rat.plugin.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/*.sbt</exclude>
<exclude>**/*.properties</exclude>
<exclude>**/*.json</exclude>
<exclude>**/*.csv</exclude>
<exclude>**/*.txt</exclude>
<exclude>**/*.bin</exclude>
<exclude>**/*.md</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.csv</exclude>
<exclude>**/*.cob</exclude>
<exclude>**/*.cpy</exclude>
<exclude>**/*.svg</exclude>
<exclude>**/*.plot</exclude>
<exclude>**/*.yml</exclude>
<exclude>**/*.interp</exclude>
<exclude>**/*.tokens</exclude>
<exclude>**/_*</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/target/**</exclude>
<exclude>**/org.apache.spark.sql.sources.DataSourceRegister</exclude>
<exclude>dependency-reduced-pom.xml</exclude>
<exclude>.github/CODEOWNERS</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 642006c

Please sign in to comment.