Skip to content

Commit 48f984d

Browse files
committed
Fix artifact archiving
1 parent e6711e6 commit 48f984d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/mavenCiPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def call(Closure closure) {
9595
}
9696
}
9797

98-
archiveArtifacts '**/pom.xml'
98+
archiveArtifacts artifacts: '**/*pom.xml', excludes: '.m2/**'
9999
} finally {
100100
junit allowEmptyResults: !requireTests, testResults: "target/checkout/**/target/surefire-reports/TEST-*.xml"
101101
}

0 commit comments

Comments
 (0)