diff --git a/provider/indexer-aws/azure-build.yml b/provider/indexer-aws/azure-build.yml
index 3ec73b408ada78531c72e441f80f63ccc8ff5a26..e9666fb27f145cbbece1d26cc6a4fe7a72855ced 100644
--- a/provider/indexer-aws/azure-build.yml
+++ b/provider/indexer-aws/azure-build.yml
@@ -30,7 +30,7 @@ steps:
   displayName: 'build, test, code coverage'
   inputs:
     mavenPomFile: 'pom.xml'
-    options: '--settings ./provider/indexer-aws/maven/settings.xml -DVSTS_FEED_TOKEN=$(VSTS_FEED_TOKEN) -P indexer-aws'
+    options: '--settings ./provider/indexer-aws/maven/settings.xml -DVSTS_FEED_TOKEN=$(VSTS_FEED_TOKEN) -U -P indexer-aws'
     testResultsFiles: '**/*/TEST-*.xml'
     codeCoverageToolOption: JaCoCo
     goals: 'install'