1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 16:59:33 +00:00

Another attempt to get some deploying down

This commit is contained in:
Camotoy
2021-09-22 10:17:11 -04:00
parent 3d473a4939
commit c9b6d945d2

2
Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ pipeline {
)
rtMavenRun(
pom: 'pom.xml',
goals: 'source:jar install -pl connector -am -DskipTests',
goals: 'javadoc:jar source:jar install -pl :connector -am -DskipTests',
deployerId: "maven-deployer",
resolverId: "maven-resolver"
)