将 Jbox2d 的源代码导入到我的 Maven 存储库中以用作依赖项
我已经使用以下方式下载了 Jbox2d 的源代码:
svn checkout http://jbox2d.googlecode.com/svn/trunk/ jbox2d-read-如何
将 Jbox2d 的源代码导入到我的 Maven 存储库中以用作依赖项?谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将源代码构建到工件(jar 文件)中并部署该 jar 文件(包括)。将创建的 pom 添加到 Maven 存储库。
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.