gpg.sign profile and cleanup

This commit is contained in:
aboyko
2023-07-06 10:27:32 -04:00
parent a2ee22d3cb
commit e8072e7748
4 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ jobs:
gpg_keyname: ${{ secrets.GPG_KEYID }}
run: |
cd eclipse-language-servers
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -Pgpg.sign -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
- name: Verify Eclipse LS Extensions on e429
run: |
cd eclipse-language-servers

View File

@@ -686,9 +686,8 @@
<version>${tycho-version}</version>
<configuration>
<skipIfJarsigned>true</skipIfJarsigned>
<passphrase>DyNaMo1927</passphrase>
<keyname>B19B2D81</keyname>
<!--<executable>${gpg.executable}</executable>-->
<passphrase>${gpg.passphrase}</passphrase>
<keyname>${gpg.keyname}</keyname>
<gpgArguments>
<arg>--pinentry-mode=loopback</arg>
</gpgArguments>

View File

@@ -97,7 +97,7 @@
<profiles>
<profile>
<id>gitactions</id>
<id>gpg.sign</id>
<build>
<plugins>
<plugin>

View File

@@ -84,7 +84,7 @@
<profiles>
<profile>
<id>gitactions</id>
<id>gpg.sign</id>
<build>
<plugins>
<plugin>