You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great little piece of code, but it connects to AWS twice for each Maven request, including metadata requests. Have you considered caching the access token and an expiration timestamp, say in a system property (one access per 'mvn' process)?