diff options
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 00da62582c..06285afaf1 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -13,8 +13,9 @@ <conf name="tests" /> </configurations> <publications> - <artifact type="jar" /> - <artifact type="sources" ext="jar" /> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> + <artifact type="sources" ext="jar" /> <artifact type="javadoc" ext="jar" /> </publications> <dependencies defaultconf="*->default"> |