Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created July 22, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartikshah/9a450643f3aa3066204a65a2be763dfb to your computer and use it in GitHub Desktop.
Save kartikshah/9a450643f3aa3066204a65a2be763dfb to your computer and use it in GitHub Desktop.
Sample Maven configuration for server reference
<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