From 7c0c4e38ed50fa6290a87955604cc1aadb8a75a1 Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Mon, 20 Oct 2025 22:57:42 +0530 Subject: [PATCH] Update Maven configuration to disable error failures and modify GitHub Actions workflow to skip GPG signing and tests during the build process. --- .github/workflows/publish-docs.yml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 7aab5ff..d4d5752 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -54,7 +54,7 @@ jobs: regex: false - name: Build with Maven - run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs + run: mvn --file pom.xml -U clean package -Dgpg.skip=true -DskipTests && cp -r ./target/apidocs/. ./docs/build/apidocs - name: Doxygen Action uses: mattnotmitt/doxygen-action@v1.12.0 diff --git a/pom.xml b/pom.xml index e7c70b6..df4bc0f 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,7 @@ all,-missing + false