Skip to content

Commit

Permalink
temp: Installing plugins first
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Genov <[email protected]>
  • Loading branch information
Michaelpalacce committed Dec 5, 2024
1 parent 58c7447 commit f786cae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/re-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f786cae

Please sign in to comment.