Skip to content

Commit

Permalink
Fixing build failure of PR-3767 (aws#3857)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Applin authored Mar 27, 2023
1 parent a3e9909 commit aeb77fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions buildspecs/archetype-native-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ phases:
-DartifactId=apache-project \
-DhttpClient=apache-client \
-Dservice=s3 \
-DinteractiveMode=false
-DinteractiveMode=false \
-DcredentialProvider=default
- |
- cd apache-project
- mvn clean package -P native-image
Expand All @@ -38,7 +39,8 @@ phases:
-DhttpClient=url-connection-client \
-DartifactId=url-connection-project \
-Dservice=s3 \
-DinteractiveMode=false
-DinteractiveMode=false \
-DcredentialProvider=default
- |
- cd url-connection-project
- mvn clean package -P native-image
Expand All @@ -56,7 +58,8 @@ phases:
-DnativeImage=true \
-DartifactId=netty-project \
-Dservice=dynamodb \
-DinteractiveMode=false
-DinteractiveMode=false \
-DcredentialProvider=default
- |
- cd netty-project
- mvn clean package -P native-image
Expand Down

0 comments on commit aeb77fa

Please sign in to comment.