File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ phases:
2020 -DartifactId=apache-project \
2121 -DhttpClient=apache-client \
2222 -Dservice=s3 \
23- -DinteractiveMode=false
23+ -DinteractiveMode=false \
24+ -DcredentialProvider=default
2425 - |
2526 - cd apache-project
2627 - mvn clean package -P native-image
@@ -38,7 +39,8 @@ phases:
3839 -DhttpClient=url-connection-client \
3940 -DartifactId=url-connection-project \
4041 -Dservice=s3 \
41- -DinteractiveMode=false
42+ -DinteractiveMode=false \
43+ -DcredentialProvider=default
4244 - |
4345 - cd url-connection-project
4446 - mvn clean package -P native-image
@@ -56,7 +58,8 @@ phases:
5658 -DnativeImage=true \
5759 -DartifactId=netty-project \
5860 -Dservice=dynamodb \
59- -DinteractiveMode=false
61+ -DinteractiveMode=false \
62+ -DcredentialProvider=default
6063 - |
6164 - cd netty-project
6265 - mvn clean package -P native-image
You can’t perform that action at this time.
0 commit comments