I have downloaded the source of Jbox2d using:
svn checkout http://jbox2d.googlecode.com/svn/trunk/ jbox2d-read-only
How do I import the source code of Jbox2d into my maven repository to be used as a dependancy? Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to build the source code into an artifact (jar file) and deploy that jar file incl. a created pom to the maven repository.