jdeolive / geodb

Spatial database bindings for Java.
MIT License
67 stars 25 forks source link

No artifacts in Maven Central #26

Open pjreed opened 8 years ago

pjreed commented 8 years ago

I'd like to use GeoDB for unit tests in a Maven project, but as far as I can tell there are no GeoDB-related artifacts in Maven Central: http://search.maven.org/#search|ga|1|geodb

This seems odd, as I've seen sample code that refers to GeoDB artifacts. Were they removed for some reason?

jdeolive commented 8 years ago

Hi. I am not aware of geodb artifacts ever being in maven central. The only repo I;m aware that hosts them is the boundless maven repository. https://repo.boundlessgeo.com/main/org/opengeo/geodb/

That repo has gone through a few changes, it used to be under the opengeo domain, etc... but they do appear to be there.

As for getting the artifacts into central I think that is a good idea, it's a bit of a process though. I don't have the capacity at the moment to do it but if you wanted to I could point you in the right direction.

pjreed commented 8 years ago

Ok, thanks. Do you know if there are any complete examples of using it together in unit tests with Spring/Hibernate? I haven't been able to find anything except assorted code snippets.

jdeolive commented 8 years ago

I don't know personally but I think there are others that use the library within this environment. You may want to try to posting on the google group.