diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 048c9f7ea..2c2c8c90b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,8 @@ jobs: java-version: '8' distribution: 'temurin' cache: maven + - name: maven-settings-xml-action + run: echo " github github central-repo https://repo.maven.apache.org/maven2 true false central-plugin-repository https://repo.maven.apache.org/maven2 true false " > ~/.m2/settings.xml - name: Build with Maven run: mvn help:system -U -ntp --batch-mode --show-version --fail-at-end clean install - name: basic validations