From f7d52f66fffe5cf00c4df174b09ed132f9a2e499 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 27 Oct 2021 21:25:00 -0500 Subject: [PATCH] Add snapshots.enabled to repository and cat settings.xml --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7e69d19..92a843ac 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,8 +19,10 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v20 with: - repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry" }]' + repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]' servers: '[{ "id": "github-qqq-maven-registry", "username": "${env.QQQ_MAVEN_REGISTRY_USERNAME}", "password": "${env.QQQ_MAVEN_REGISTRY_PASSWORD}" }]' + - name: Cat settings.xml + run: cat /home/runner/.m2/settings.xml - name: Set up JDK 17 uses: actions/setup-java@v2 with: