Skip to content

Instantly share code, notes, and snippets.

View paruff's full-sized avatar

Phil Ruff paruff

View GitHub Profile
@fernandezpablo85
fernandezpablo85 / git-maven-howto.md
Last active July 19, 2025 07:57
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 [email protected]:ORGANIZATION/PROJECT.git my-repository

Cd into it