0

I created a maven project on github. I want to create a maven dependency for the jar of this project.

How to do that? Do I need to change pom.xml?

Dev
  • 13,492
  • 19
  • 81
  • 174
  • Do you mean you want other people to be able to include your project as a dependency in their Maven builds? Then you need to publish the compiled jar file in a Maven repository. – Thilo Feb 09 '16 at 04:54
  • @Thilo How to publish the compiled jar in a Maven repository? – Dev Feb 09 '16 at 05:06
  • 3
    http://stackoverflow.com/questions/2588858/publish-a-library-to-maven-repositories http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github?rq=1 – Thilo Feb 09 '16 at 05:14

0 Answers0