1
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-01 21:04:57 +02:00
parent fae584169b
commit 725cd13d8c
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 5 additions and 1 deletions

View file

@ -12,8 +12,9 @@ steps:
deploy: deploy:
image: maven:3.9.9-eclipse-temurin-17 image: maven:3.9.9-eclipse-temurin-17
commands: mvn deploy --settings=.woodpecker/maven/settings.xml commands: mvn deploy --settings=.woodpecker/maven/settings.xml -DskipTests
environment: environment:
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username} SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password} SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
DOCKER_IO_USERNAME: {from_secret: docker_io_username} DOCKER_IO_USERNAME: {from_secret: docker_io_username}

View file

@ -518,6 +518,9 @@
<goals> <goals>
<goal>sign</goal> <goal>sign</goal>
</goals> </goals>
<configuration>
<signer>bc</signer>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>