diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0c35a9b..d4052e2c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,11 +52,6 @@ jobs:
distribution: temurin
java-version: 21
cache: 'maven'
- server-id: ossrh
- server-username: MAVEN_USERNAME
- server-password: MAVEN_PASSWORD
- gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Display settings.xml
run: |
@@ -67,15 +62,6 @@ jobs:
with:
maven-version: 3.9.6
- - name: Configure GPG Key
- run: |
- echo -n "GPG_PRIVATE_KEY" | base64 --decode | gpg --import
- env:
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
-
- - name: Display pgp key
- run: gpg --list-keys
-
- name: Display Maven Version
run: mvn -v
diff --git a/pom.xml b/pom.xml
index 00e06a9c..79053921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,29 +203,6 @@
true
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- ${maven.gpg.version}
-
-
- sign-artifacts
- install
-
- sign
-
-
-
-
-
- --pinentry-mode
- loopback
-
-
-
-
-
org.apache.maven.plugins
maven-javadoc-plugin