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 \
                         -Dpackaging=jar \
                         -DgeneratePom=true


However this requires manually downloading the latest OB version.

It would be great if a pom.xml were added to the project, your build
process could then simply run 'mvn deploy' to deploy the JAR to configured
public repositories.

Best,

David


On 10 June 2012 11:24, N David Brown <hubd...@gmail.com> wrote:

> 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 OB as a Maven dependency (a mere 5 lines in
> Maven's pom.xml).
>
> Best,
>
> David
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to