Skip to content

Commit

Permalink
remove rat
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Jun 6, 2024
1 parent 04116dc commit 25e625d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push, pull_request]

jobs:
license:
name: "Check License"
name: "Check license header"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
31 changes: 0 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<spring-boot-maven-plugin.version>3.1.1</spring-boot-maven-plugin.version>
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>

<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok.version>1.18.30</lombok.version>
Expand Down Expand Up @@ -151,36 +150,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${apache-rat-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>test</phase>
</execution>
</executions>
<configuration>
<excludes>
<exclude>.idea/</exclude>
<exclude>.mvn/</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.json</exclude>
<exclude>.git/</exclude>
<exclude>.gitignore</exclude>
<exclude>.github/</exclude>
<exclude>LICENSE</exclude>
<exclude>**/*.ftl</exclude>
<exclude>**/*.log</exclude>
<exclude>pnpm-lock.yaml</exclude>
<exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 25e625d

Please sign in to comment.