Skip to content

Instantly share code, notes, and snippets.

View juanformoso's full-sized avatar
🏠
Working from home

Juan Manuel Formoso juanformoso

🏠
Working from home
View GitHub Profile
@fernandezpablo85
fernandezpablo85 / git-maven-howto.md
Last active April 16, 2024 17:02
how to create your own maven repository on github

How to create a maven repository for your github project step by step

Clone your project in a separate folder

(note: replace ORGANIZATION and PROJECT)

git clone git clone git@github.com:ORGANIZATION/PROJECT.git my-repository

Cd into it