diff --git a/.github/workflows/build-for-quarkus-version.yml b/.github/workflows/build-for-quarkus-version.yml index 2827da8a..757ee91d 100644 --- a/.github/workflows/build-for-quarkus-version.yml +++ b/.github/workflows/build-for-quarkus-version.yml @@ -66,6 +66,10 @@ jobs: - name: Build with Maven (JVM) run: mvn -B formatter:validate install --file pom.xml + - name: Dependency tree on failure + if: failure() + run: mvn -B dependency:tree -Dverbose + - name: Build with Maven (Native) run: mvn -B install -Dnative --file pom.xml -pl '${{inputs.native-modules}}' -amd diff --git a/pom.xml b/pom.xml index f5a1867c..11fc352e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ https://oss.sonatype.org/content/repositories/snapshots/ true + never @@ -47,6 +48,7 @@ https://s01.oss.sonatype.org/content/repositories/snapshots/ true + never