1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 03:09:08 +00:00

Just deploy connector

This commit is contained in:
Camotoy
2021-09-22 13:54:17 -04:00
parent 9f95178b58
commit 94af039f71

2
Jenkinsfile vendored
View File

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