Maven and db4o dependency
        Posted  
        
            by Jens Jansson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jens Jansson
        
        
        
        Published on 2010-02-20T19:44:08Z
        Indexed on 
            2010/05/16
            21:30 UTC
        
        
        Read the original article
        Hit count: 306
        
I'm intrigued to test new frameworks in the Java world, and decided to create a new project that takes advantage of Maven and db4o. I'm starting to get a hang of Maven, but I have a hard time adding db4o as a dependency to the project. First problem is that db4o doesn't exist in the official Maven repositories. Next up comes the problem that db4o seem to have recently restructured their whole site's URI:s, so I'm getting 'site not found' messages all the time when I try to navigate their site.
I found somewhere a potential Maven repository that should be at https://source.db4o.com/maven but I get all the time "Error reading archetype catalog https://source.db4o.com/maven Unable to locate resource in repository" when I try to access it.
So, any suggestions on how I'll get db4o up through Maven? I've managing Maven through Eclipse with the M2Eclipse plugin.
© Stack Overflow or respective owner