1
This commit is contained in:
parent
fae584169b
commit
725cd13d8c
2 changed files with 5 additions and 1 deletions
|
@ -12,8 +12,9 @@ steps:
|
|||
|
||||
deploy:
|
||||
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:
|
||||
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
|
||||
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
||||
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
|
||||
DOCKER_IO_USERNAME: {from_secret: docker_io_username}
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -518,6 +518,9 @@
|
|||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<signer>bc</signer>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue