Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows use of Maven settings for defining registry credentials. #81

Merged
merged 29 commits into from
Feb 12, 2018

Conversation

coollog
Copy link
Contributor

@coollog coollog commented Feb 9, 2018

Fixes #80
Fixes #75

Registry credentials can be defined as servers in Maven settings (~/.m2/settings.xml):

<servers>
  ...
  <server>
    <id>gcr.io</id>
    <username>oauth2accesstoken</username>
    <password>asdfjkl;</password>
  </server>
  ...
</servers>

@coollog coollog added this to the 0.1.1 milestone Feb 9, 2018
@coollog coollog merged commit 43d479a into master Feb 12, 2018
@coollog coollog deleted the maven-settings-server branch February 12, 2018 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants