Skip to content

Instantly share code, notes, and snippets.

View ThatOneTallKid's full-sized avatar
🎯
Focusing

Aditya Das ThatOneTallKid

🎯
Focusing
View GitHub Profile

How to use github as a maven repository

In this how-to it is being explained how to create a maven repository on github and how to use an existing one.

Creating a repository

  1. Clone your original project to a new local repository (change GROUP-NAME and PROJECT-NAME) git clone https://github.com/GROUP-NAME/PROJECT-NAME.git PROJECT-NAME-maven2

  2. Go to the clonned repository (use your PROJECT-NAME-maven2) cd PROJECT-NAME-maven2