-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathivy.xml
More file actions
26 lines (21 loc) · 1 KB
/
Copy pathivy.xml
File metadata and controls
26 lines (21 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="pentaho" module="${ivy.artifact.id}" revision="${project.revision}"/>
<configurations>
<conf name="default"/>
<conf name="test" visibility="private"/>
<conf name="source"/>
<conf name="codegen" visibility="private"/>
<conf name="codegen-mac" visibility="private" extends="codegen"/>
<conf name="codegen-win" visibility="private" extends="codegen"/>
<conf name="codegen-linux" visibility="private" extends="codegen"/>
<conf name="runtime"/>
</configurations>
<publications>
<artifact name="${ivy.artifact.id}" type="jar" conf="default"/>
<artifact name="${ivy.artifact.id}" m:classifier="sources" type="source" ext="jar" conf="source"/>
</publications>
<dependencies defaultconf="default->default">
<dependency org="org.apache.felix" name="org.apache.felix.framework" rev="3.2.0" conf="default->default" />
</dependencies>
</ivy-module>