diff --git a/Jenkinsfile b/Jenkinsfile index c16fe0c..965cbc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,8 +75,8 @@ pipeline { [artifactId: pom.artifactId, classifier: 'javadocs', file: javadocsArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: 'sources', file: jarWithSourcesArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"] - ]) - } + ] + ) } } }