I have one of my own custom projects that is an API. What I want to do with it is use it with another one of my projects, however I don't have a maven repository for it, so I cannot add it to the pom.xml for anyone to build
What do I need to do?
Thanks