Skip to content

Commit c00a47c

Browse files
aksOpsclaude
andcommitted
fix: move GPG signing to release profile only — SNAPSHOTs don't need signing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8f4ab51 commit c00a47c

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -349,27 +349,6 @@
349349
</executions>
350350
</plugin>
351351

352-
<!-- GPG signing (required by Maven Central, no passphrase) -->
353-
<plugin>
354-
<groupId>org.apache.maven.plugins</groupId>
355-
<artifactId>maven-gpg-plugin</artifactId>
356-
<version>3.2.7</version>
357-
<executions>
358-
<execution>
359-
<id>sign-artifacts</id>
360-
<phase>verify</phase>
361-
<goals>
362-
<goal>sign</goal>
363-
</goals>
364-
<configuration>
365-
<gpgArguments>
366-
<arg>--pinentry-mode</arg>
367-
<arg>loopback</arg>
368-
</gpgArguments>
369-
</configuration>
370-
</execution>
371-
</executions>
372-
</plugin>
373352
</plugins>
374353
</build>
375354

0 commit comments

Comments
 (0)