diff options
Diffstat (limited to 'themes-compiled/ivy.xml')
-rw-r--r-- | themes-compiled/ivy.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml index 746acf38c1..6bf7d0d813 100644 --- a/themes-compiled/ivy.xml +++ b/themes-compiled/ivy.xml @@ -11,8 +11,9 @@ <conf name="compile-theme" visibility="private" /> </configurations> <publications> - <artifact type="jar"></artifact> - </publications> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> + </publications> <dependencies> <dependency org="com.vaadin" name="vaadin-theme-compiler" rev="${vaadin.version}" conf="compile-theme->build" /> |