Skip to content

Commit af65258

Browse files
Typo mistake
1 parent 43c25ae commit af65258

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mvnw-ca

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if command -v aws >/dev/null 2>&1 &&
1818
--query authorizationToken --output text 2>/dev/null || true
1919
)"
2020
export CODEARTIFACT_AUTH_TOKEN
21+
echo "Code artifact token ${CODEARTIFACT_AUTH_TOKEN}"
2122
fi
2223

2324
# Get repository URL if not set
@@ -32,9 +33,10 @@ if command -v aws >/dev/null 2>&1 &&
3233
--query repositoryEndpoint --output text 2>/dev/null || true
3334
)"
3435
export CODEARTIFACT_REPO_URL
36+
echo "Code artifact URL ${CODEARTIFACT_REPO_URL}"
3537
else
36-
echo
38+
echo "Missing CODEARTIFACT_REPO_URL"
3739
fi
3840
fi
3941

40-
exec mvn "$@"
42+
exec ./mvnw "$@"

0 commit comments

Comments
 (0)