<?xml version="1.0" encoding="UTF-8"?> <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra"> <info organisation="org.fusesource.leveldbjni" module="leveldbjni-osx" revision="1.5" status="release" publication="20130123230531" > <license name="The BSD 3-Clause License" url="http://www.opensource.org/licenses/BSD-3-Clause" /> <description homepage=""> The leveldbjni OS X universal native libraries </description> <m:properties__hawtjni-version>1.6</m:properties__hawtjni-version> <m:properties__leveldb-api-version>0.5</m:properties__leveldb-api-version> <e:sbtTransformHash>d9f8f08eb002687d54f2e30edfce482feafe6f5d</e:sbtTransformHash> <m:properties__forge-project-id-uc>LEVELDBJNI</m:properties__forge-project-id-uc> <m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding> <m:maven.plugins>org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-clean-plugin__2.3|org.apache.maven.plugins__maven-compiler-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__2.4.3|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-clean-plugin__2.3|org.apache.maven.plugins__maven-compiler-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__2.4.3|org.apache.maven.plugins__maven-jar-plugin__2.3.1|org.fusesource.hawtjni__maven-hawtjni-plugin__1.6</m:maven.plugins> <m:properties__forge-project-id>leveldbjni</m:properties__forge-project-id> </info> <configurations> <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> <conf name="optional" visibility="public" description="contains all optional dependencies"/> </configurations> <publications> <artifact name="leveldbjni-osx" type="jar" ext="jar" conf="master"/> </publications> <dependencies> <dependency org="org.fusesource.leveldbjni" name="leveldbjni" rev="1.5" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*);test->runtime(*),master(compile)"> <artifact name="leveldbjni" type="jar" ext="jar" conf="compile,runtime"/> <artifact name="leveldbjni" type="test-jar" ext="jar" conf="test" m:classifier="tests"/> </dependency> <dependency org="junit" name="junit" rev="4.7" force="true" conf="test->runtime(*),master(compile)"/> </dependencies> </ivy-module>