Skip to content

Commit aeb77fa

Browse files
authored
Fixing build failure of PR-3767 (#3857)
1 parent a3e9909 commit aeb77fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

buildspecs/archetype-native-image-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)