I've been using eXist as the XML:DB backend for our portal application, but I'm moving to Oracle Berkley DBXML. There is no Maven POM for DBXML, obviously, but I'd like to include that as a dependency for my application rather than installing it in the JVM's ext/ and i386/ directories.

There is some scant documentation around on including JNI libraries with Maven dependencies, but I couldn't really make heads or tails of it, as it's not an actual part of the application, just a dependency. How would I go about creating a Maven dependency for Berkley DBXML that includes the JAR files and the shared libraries (I know I'll have to include all the architectures I deploy on, but right now I'm just concentrating on getting this working on my MacBook Pro). I want it portable, so I don't want to use a system dependency, but I guess I will if there's no way around it.

Any pointers to docs somewhere of folks who have already done this?

Thanks!

Jon Brisbin
http://jbrisbin.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to