<ivy-module version="1.0"> | |
<info organisation="fr.jayasoft" | |
module="test" | |
revision="1.0" | |
status="integration" | |
publication="20060119075801" | |
/> | |
<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."/> | |
<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."/> | |
</configurations> | |
<publications> | |
<artifact name="test" type="jar" ext="jar" conf="master"/> | |
</publications> | |
<dependencies> | |
<dependency org="commons-logging" name="commons-logging" rev="1.0.4" force="true" changing="false" transitive="true" conf="runtime->runtime;compile->master,compile"/> | |
<dependency org="dom4j" name="dom4j" rev="1.6" force="true" changing="false" transitive="true" conf="runtime->runtime;compile->master,compile"> | |
<exclude org="jaxme" module="jaxme-api" name="jaxme-api" type="*" ext="*" conf=""/> | |
<exclude org="jaxen" module="jaxen" name="jaxen" type="*" ext="*" conf=""/> | |
</dependency> | |
<dependency org="cglib" name="cglib" rev="2.0.2" force="true" changing="false" transitive="true" conf="runtime->runtime;compile->master,compile"/> | |
</dependencies> | |
</ivy-module> |