From f786cae78ac25cd2771513364f2942cdc9f6c3ab Mon Sep 17 00:00:00 2001 From: Stefan Genov Date: Thu, 5 Dec 2024 10:42:58 +0200 Subject: [PATCH] temp: Installing plugins first Signed-off-by: Stefan Genov --- .github/workflows/re-generate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/re-generate.yml b/.github/workflows/re-generate.yml index 86ec3aff7..3b3a746ee 100644 --- a/.github/workflows/re-generate.yml +++ b/.github/workflows/re-generate.yml @@ -17,6 +17,10 @@ jobs: - name: Install xmllint run: sudo apt-get install libxml2-utils + - name: Install necessary plugins + run: | + mvn clean install -f maven/plugins/pom.xml + - name: Generate plugin arguments run: | for POM_PATH in $(find maven/plugins -mindepth 2 -maxdepth 2 -name pom.xml -type f -not -path "maven/plugins/common/*"); do # Not recommended, will break on whitespace