diff options
Diffstat (limited to 'client-compiled/ivy.xml')
-rw-r--r-- | client-compiled/ivy.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index eb5513171e..bddabc8bb8 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -11,8 +11,9 @@ <conf name="compile-module" visibility="private" /> </configurations> <publications> - <artifact type="jar" name="vaadin-client-compiled" /> - <!-- cache must be a separate artifact, not within vaadin-client-compiled --> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> + <!-- cache must be a separate artifact, not within vaadin-client-compiled --> <!-- <artifact type="jar" name="vaadin-client-compiled-cache"/> --> </publications> <dependencies> |