我已经使用以下方式下载了Jbox2d的来源:
svn checkout http://jbox2d.googlecode.com/svn/trunk/ jbox2d-read-only
如何将Jbox2d的源代码导入我的maven资源库以用作依赖?感谢
答案 0 :(得分:0)
您必须将源代码构建到工件(jar文件)中并部署该jar文件。一个创建pom到maven存储库。
mvn deploy:deploy-file -DartifactId=x.y.z -DgroupId=a.b.c -Dversion=1.0.0 -Dfile=xyz.jar -Durl=http://URL/TO/MAVEN/REPOSITOY ...