Skip to content

Commit

Permalink
Add 'mavenAuthenticateFeed: true' to Maven@3 task inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Aug 11, 2021
1 parent 960900f commit 21aff13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
mavenAuthenticateFeed: true
options: '-Dispyb.url="jdbc:mariadb://$(MYSQL_HOST):$(MYSQL_PORT)" -Dispyb.user=root -Dispyb.pw="$(MYSQL_ROOT_PASSWORD)" -Dispyb.host=$(MYSQL_HOST)'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
Expand Down

0 comments on commit 21aff13

Please sign in to comment.