Created
July 22, 2016 20:49
-
-
Save kartikshah/9a450643f3aa3066204a65a2be763dfb to your computer and use it in GitHub Desktop.
Sample Maven configuration for server reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<servers> | |
<server> | |
<id>docker-hub</id> | |
<username>your_user_name</username> | |
<password>your_password</password> | |
<configuration> | |
<email>your_email</email> | |
</configuration> | |
</server> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment