Skip to content

Commit

Permalink
[SITES-22335] Increase apache rat plugin version and add exclusion (#…
Browse files Browse the repository at this point in the history
…2824)

* [SITES-22335] Increase apache rat plugin version

* apache rat version upgrade everywhere

* add rat exclusion

---------

Co-authored-by: Alexandru Marian Stancioiu <stancioi@adobe.com>
  • Loading branch information
alexandru-stancioiu and Alexandru Marian Stancioiu authored Jul 26, 2024
1 parent 5ce8842 commit 0f837c6
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore html files -->
Expand Down
1 change: 1 addition & 0 deletions content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore lint-files -->
Expand Down
1 change: 1 addition & 0 deletions examples/ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore files -->
Expand Down
1 change: 1 addition & 0 deletions examples/ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore files -->
Expand Down
1 change: 1 addition & 0 deletions extensions/amp/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore lint-files -->
Expand Down
3 changes: 2 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.13</version>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Used by maven-remote-resources-plugin -->
Expand Down Expand Up @@ -492,6 +492,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
</plugin>
</plugins>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore lint-files -->
Expand Down
1 change: 1 addition & 0 deletions testing/it/e2e-selenium-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- exclude comparison files -->
Expand Down
2 changes: 2 additions & 0 deletions testing/it/e2e-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,14 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- exclude comparison files -->
<exclude>**/resources/*.txt</exclude>
<exclude>**/*.md</exclude>
<exclude>build/</exclude>
<exclude>.wdm.cache/</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions testing/it/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- exclude comparison files -->
Expand Down
1 change: 1 addition & 0 deletions testing/it/it.ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore lint-files -->
Expand Down
1 change: 1 addition & 0 deletions testing/junit/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.16.1</version>
<configuration>
<excludes combine.children="append">
<!-- Ignore lint-files -->
Expand Down

0 comments on commit 0f837c6

Please sign in to comment.