| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven"> |
|---|
| 3 | <info organisation="org.apache.ant" |
|---|
| 4 | module="ant-trax" |
|---|
| 5 | revision="1.8.0RC1" |
|---|
| 6 | status="release" |
|---|
| 7 | publication="20100105224016" |
|---|
| 8 | > |
|---|
| 9 | <description homepage=""> |
|---|
| 10 | contains particularly one class necessary for the execution of the xslt task |
|---|
| 11 | </description> |
|---|
| 12 | <m:maven.plugins>org.apache.maven.plugins__maven-compiler-plugin__null</m:maven.plugins> |
|---|
| 13 | </info> |
|---|
| 14 | <configurations> |
|---|
| 15 | <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> |
|---|
| 16 | <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> |
|---|
| 17 | <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> |
|---|
| 18 | <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."/> |
|---|
| 19 | <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"/> |
|---|
| 20 | <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"/> |
|---|
| 21 | <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."/> |
|---|
| 22 | <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> |
|---|
| 23 | <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> |
|---|
| 24 | <conf name="optional" visibility="public" description="contains all optional dependencies"/> |
|---|
| 25 | </configurations> |
|---|
| 26 | <publications> |
|---|
| 27 | <artifact name="ant-trax" type="jar" ext="jar" conf="master"/> |
|---|
| 28 | </publications> |
|---|
| 29 | <dependencies> |
|---|
| 30 | <dependency org="org.apache.ant" name="ant" rev="1.8.0RC1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> |
|---|
| 31 | <dependency org="xerces" name="xercesImpl" rev="2.9.0" force="true" conf="optional->compile(*),provided(*),master(*)"/> |
|---|
| 32 | <dependency org="xml-apis" name="xml-apis" rev="1.3.04" force="true" conf="optional->compile(*),master(*)"/> |
|---|
| 33 | <dependency org="xalan" name="xalan" rev="2.7.0" force="true" conf="optional->compile(*),provided(*),master(*)"/> |
|---|
| 34 | <dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/> |
|---|
| 35 | </dependencies> |
|---|
| 36 | </ivy-module> |
|---|