Skip to content

Commit

Permalink
Fully re-enable deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Sep 22, 2021
1 parent c9b6d94 commit f1d702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
)
rtMavenRun(
pom: 'pom.xml',
goals: 'javadoc:jar source:jar install -pl :connector -am -DskipTests',
goals: 'javadoc:jar source:jar install -DskipTests',
deployerId: "maven-deployer",
resolverId: "maven-resolver"
)
Expand Down

0 comments on commit f1d702b

Please sign in to comment.