add hdf5 libs (java & c++) to public maven repository?

 ̄綄美尐妖づ 提交于 2019-12-22 05:17:24

问题


Is there a public maven repository where I or somebody can put the HDF java and HDF C++ libraries? I don't have a maven repository and I don't want to set one up myself for just these 3rd party libraries. More people must be using the HDF libraries and want to use them as part of a maven project.

http://www.hdfgroup.org/hdf-java-html/

Is it even possible to put native c++ libraries (*.so files) in to a maven repository? Or is there another way that I can put them into a maven project in netbeans?

In the end I want to assemble (Maven Assembly Plugin) the tool that I've made (a converter for a specific HDF format) in to a single jar file so that it is easy to distribute the tool. It also would make it easier for other people to work on the source code of my tool and for them to build there own version.

The tool is programmed against the HDF java libraries, and these java libraries need the HDF c++ libraries to be on the javaPath.

来源:https://stackoverflow.com/questions/12910817/add-hdf5-libs-java-c-to-public-maven-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!