如何将saxon-dom 8.8添加到我的nexus服务器

时间:2016-11-26 06:52:42

标签: maven nexus

我需要将Saxdon-dom.jar(8.8)添加到我的Nexus服务器。我没有使用Nexus Pro版本。有没有办法做到这一点?

我需要的依赖是:

https://svn.apache.org/repos/asf/servicemix/m2-repo/net/sf/saxon/saxon-dom/8.8/

谢谢。

1 个答案:

答案 0 :(得分:0)

将新的maven 2代理存储库添加到实例中,将代理的远程网址设置为“https://svn.apache.org/repos/asf/servicemix/m2-repo”。

然后将此存储库添加到用于构建的组存储库中。