From d3f667753adf381c23445c60a91f9355dafd4d50 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 18 Mar 2023 13:00:08 +0100 Subject: [PATCH 1/2] (ci) Bump maven-gh-actions-shared to v3 --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 47d600fd..8ee8d799 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,7 +24,7 @@ on: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: ff-site-goal: '-DskipTests -P reporting package site site:stage' From 35d7020a5b56dd3ec11d42694e12c115f0734144 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 18 Mar 2023 13:10:37 +0100 Subject: [PATCH 2/2] [MSKINS-216] Add missing dependency to plexus-utils used in minify-maven-plugin This closes #49 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 4e49c00e..22a8274a 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,14 @@ under the License. com.samaxes.maven minify-maven-plugin 1.7.6 + + + + org.codehaus.plexus + plexus-utils + 3.5.1 + + default-minify