In this how-to it is being explained how to create a maven repository on github and how to use an existing one.
-
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
-
Go to the clonned repository (use your PROJECT-NAME-maven2)
cd PROJECT-NAME-maven2