diff options
author | Henri Sara <hesara@vaadin.com> | 2015-03-19 15:36:36 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-26 09:38:36 +0000 |
commit | 640ac265babd0c31c3572e8080dff4f9a9be2ab6 (patch) | |
tree | 1e954809d900f1870779f8a3dfe5e8c6eb8d475c /common.xml | |
parent | f38697786931944177c86498939d6b5993b1588d (diff) | |
download | vaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.tar.gz vaadin-framework-640ac265babd0c31c3572e8080dff4f9a9be2ab6.zip |
Build Maven BOM for Vaadin (#17025)
Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.xml b/common.xml index 9487560051..feb3381607 100644 --- a/common.xml +++ b/common.xml @@ -9,7 +9,7 @@ <property name="gwt.basedir" location="${vaadin.basedir}/../gwt" /> <property file="${vaadin.basedir}/build.properties" /> - <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets" /> + <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets,bom" /> <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:settings file="${vaadin.basedir}/ivysettings.xml" /> |