Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 8457fe3

Browse files
committed
the Github workflow uses the default gpg_keyname varible, therefore deleting the custom entry.
1 parent f6f4a12 commit 8457fe3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-gpg-plugin</artifactId>
189189
<version>${plugin.gpg.version}</version>
190-
<configuration>
191-
<keyname>${gpg.keyname}</keyname>
192-
<passphraseServerId>${gpg.keyname}</passphraseServerId>
193-
</configuration>
194190
<executions>
195191
<execution>
196192
<id>sign-artifacts</id>
@@ -203,7 +199,7 @@
203199
</plugin>
204200
</plugins>
205201
</build>
206-
202+
207203
<!-- Central Repository deployment configuration -->
208204
<distributionManagement>
209205
<snapshotRepository>

0 commit comments

Comments
 (0)