diff --git a/Jenkinsfile b/Jenkinsfile index 4d6731831..0c74cf736 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { ) rtMavenRun( pom: 'pom.xml', - goals: 'javadoc:jar source:jar install -pl connector -am -DskipTests', + goals: 'source:jar install -pl connector -am -DskipTests', deployerId: "maven-deployer", resolverId: "maven-resolver" )