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 /server/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 'server/ivy.xml')
-rw-r--r-- | server/ivy.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/ivy.xml b/server/ivy.xml index c0951e90a3..1e1b4460d7 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -13,8 +13,9 @@ <conf name="tests" visibility="private" /> </configurations> <publications> - <artifact></artifact> - </publications> + <artifact type="jar" ext="jar"/> + <artifact type="pom" ext="pom"/> + </publications> <dependencies> <!-- API DEPENDENCIES --> |