Skip to content

Commit 411906e

Browse files
committed
Purge itext artifacts from local maven repository
QA-4019
1 parent ec22336 commit 411906e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pipeline {
4040
steps {
4141
withMaven(jdk: "${JDK_VERSION}", maven: 'M3', mavenLocalRepo: '.repository') {
4242
sh 'mvn clean'
43+
sh 'mvn dependency:purge-local-repository -Dinclude=com.itextpdf -DresolutionFuzziness=groupId -DreResolve=false'
4344
}
4445
}
4546
}

0 commit comments

Comments
 (0)