From 56c08d038f06ceda92a76ff20f6d96af85541a30 Mon Sep 17 00:00:00 2001 From: Alexandru Marian Stancioiu Date: Fri, 26 Jul 2024 15:42:22 +0300 Subject: [PATCH 1/3] [SITES-22335] Increase apache rat plugin version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9a76df9af7..fd31af12c1 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 From 303ad1a66d6f281aed1da486fb2c7844323fae66 Mon Sep 17 00:00:00 2001 From: Alexandru Marian Stancioiu Date: Fri, 26 Jul 2024 16:46:33 +0300 Subject: [PATCH 2/3] apache rat version upgrade everywhere --- bundles/core/pom.xml | 1 + content/pom.xml | 1 + examples/ui.apps/pom.xml | 1 + examples/ui.content/pom.xml | 1 + extensions/amp/content/pom.xml | 1 + parent/pom.xml | 3 ++- testing/it/e2e-selenium-utils/pom.xml | 1 + testing/it/e2e-selenium/pom.xml | 1 + testing/it/http/pom.xml | 1 + testing/it/it.ui.apps/pom.xml | 1 + testing/junit/core/pom.xml | 1 + 11 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bundles/core/pom.xml b/bundles/core/pom.xml index 74fa7cf21f..b078e89f7b 100644 --- a/bundles/core/pom.xml +++ b/bundles/core/pom.xml @@ -101,6 +101,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/content/pom.xml b/content/pom.xml index 0b30b044d7..952017636b 100644 --- a/content/pom.xml +++ b/content/pom.xml @@ -159,6 +159,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/examples/ui.apps/pom.xml b/examples/ui.apps/pom.xml index 19d9cdf030..f7124a4450 100644 --- a/examples/ui.apps/pom.xml +++ b/examples/ui.apps/pom.xml @@ -106,6 +106,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/examples/ui.content/pom.xml b/examples/ui.content/pom.xml index 35737c2ef3..30bb106653 100644 --- a/examples/ui.content/pom.xml +++ b/examples/ui.content/pom.xml @@ -97,6 +97,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/extensions/amp/content/pom.xml b/extensions/amp/content/pom.xml index 5f334c2690..1a22c3d4b7 100644 --- a/extensions/amp/content/pom.xml +++ b/extensions/amp/content/pom.xml @@ -145,6 +145,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/parent/pom.xml b/parent/pom.xml index 7de83e6530..29381c3c3c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -379,7 +379,7 @@ org.apache.rat apache-rat-plugin - 0.13 + 0.16.1 @@ -492,6 +492,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/testing/it/e2e-selenium-utils/pom.xml b/testing/it/e2e-selenium-utils/pom.xml index 63429cb206..5d9bcfd59f 100755 --- a/testing/it/e2e-selenium-utils/pom.xml +++ b/testing/it/e2e-selenium-utils/pom.xml @@ -42,6 +42,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/testing/it/e2e-selenium/pom.xml b/testing/it/e2e-selenium/pom.xml index 60c54984c2..0f3630dd1c 100755 --- a/testing/it/e2e-selenium/pom.xml +++ b/testing/it/e2e-selenium/pom.xml @@ -120,6 +120,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/testing/it/http/pom.xml b/testing/it/http/pom.xml index d764561a6a..3ba19a43e2 100644 --- a/testing/it/http/pom.xml +++ b/testing/it/http/pom.xml @@ -131,6 +131,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/testing/it/it.ui.apps/pom.xml b/testing/it/it.ui.apps/pom.xml index 8f16e5c0ea..05b6b9f0a0 100644 --- a/testing/it/it.ui.apps/pom.xml +++ b/testing/it/it.ui.apps/pom.xml @@ -157,6 +157,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 diff --git a/testing/junit/core/pom.xml b/testing/junit/core/pom.xml index 542e2515c9..3822df050d 100644 --- a/testing/junit/core/pom.xml +++ b/testing/junit/core/pom.xml @@ -80,6 +80,7 @@ org.apache.rat apache-rat-plugin + 0.16.1 From 76aff61994b114eead19c2d37ba997c36150357e Mon Sep 17 00:00:00 2001 From: Alexandru Marian Stancioiu Date: Fri, 26 Jul 2024 18:02:06 +0300 Subject: [PATCH 3/3] add rat exclusion --- testing/it/e2e-selenium/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/it/e2e-selenium/pom.xml b/testing/it/e2e-selenium/pom.xml index 0f3630dd1c..1bf7c457e8 100755 --- a/testing/it/e2e-selenium/pom.xml +++ b/testing/it/e2e-selenium/pom.xml @@ -127,6 +127,7 @@ **/resources/*.txt **/*.md build/ + .wdm.cache/