Remove pl too

This commit is contained in:
RednedEpic 2021-11-13 12:31:45 -06:00
parent 7488f8f702
commit d89ca0581e

2
Jenkinsfile vendored
View file

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