diff --git a/Jenkinsfile b/Jenkinsfile index ffcd0b8e5..5a37fe7d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,7 @@ stage('prep') { sh ''' mvn -v echo "Starting artifact caching proxy pre-heat" - mvn -ntp dependency:go-offline + mvn -ntp org.apache.maven.plugins:maven-dependency-plugin:3.9.0:go-offline echo "Finished artifact caching proxy pre-heat" bash prep.sh '''