I am intrigued to test new frameworks in the Java world and decided to create a new project that uses Maven and db4o. I'm starting to look for Maven, but it's hard for me to add db4o depending on the project. The first problem is that db4o does not exist in official Maven repositories. Next up is the problem that db4o seems to have recently reorganized all of its site URIs: s, so I constantly get "site not found" messages when I try to navigate their site.
I found somewhere a potential Maven repository, which should be https://source.db4o.com/maven , but I always get "Error reading the archetypal directory https://source.db4o.com/maven Unable to find the resource in the repository "when I try to access it.
So, any suggestions on how I get db4o through Maven? I control Maven through Eclipse using the M2Eclipse plugin.
java repository maven-2 dependencies db4o
Jens jansson
source share