Re: [OpenBabel-Devel] Maven

2012-06-11 Thread N David Brown
By the way - it's very simple to create a local repository dependency (on your machine): mvn install:install-file -Dfile=your-artifact-1.0.jar \ -DgroupId=org.some.group \ -DartifactId=your-artifact \ -Dversion=1.0 \

[OpenBabel-Devel] Maven

2012-06-11 Thread N David Brown
Hi all, I can't see OpenBabel in any Maven repositories, though I've found a private project with JOpenBabel mavenised. Is there any intention to mavenise the Java wrappers of OpenBabel? Most Java projects are built through Maven nowadays, and it would be nice to have the convenience of adding