diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 22:56:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:22 +0300 |
commit | 93ed08119c3fb45a750998f05ba4f67643787295 (patch) | |
tree | 50e91615cd4062f561764523029029cc91635fe9 /client/ivy.xml | |
parent | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff) | |
download | vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip |
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'client/ivy.xml')
-rw-r--r-- | client/ivy.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/ivy.xml b/client/ivy.xml index e81984949f..52706b4ed9 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -13,7 +13,8 @@ <conf name="tests" /> </configurations> <publications> - <artifact></artifact> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> </publications> <dependencies defaultconf="build" defaultconfmapping="build,ide->default"> <!-- API DEPENDENCIES --> |