问题
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