Skip to content

Commit

Permalink
Remove javadoc stage as we no longer have a plugin api
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Mar 5, 2020
1 parent f9e1964 commit b7f5f36
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ pipeline {
sh 'mvn javadoc:jar source:jar deploy -DskipTests'
}
}

stage ('Javadoc') {
when {
branch "master"
}
steps {
sh 'mvn javadoc:javadoc -DskipTests -pl api'
step([$class: 'JavadocArchiver',
javadocDir: 'api/target/site/apidocs',
keepAll: false])
}
}
}

post {
Expand Down

0 comments on commit b7f5f36

Please sign in to comment.