diff options
author | Henri Sara <hesara@vaadin.com> | 2015-03-26 13:25:57 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-26 13:22:07 +0000 |
commit | b826bb17ee3349bbaa4ac67526315427a716a62d (patch) | |
tree | 54ffb19e44324e4d4c8f12ce4b03ce0a8939491c /common.xml | |
parent | 6e208eb77a248c5f5b1baa055ded94a43b0c96ed (diff) | |
download | vaadin-framework-b826bb17ee3349bbaa4ac67526315427a716a62d.tar.gz vaadin-framework-b826bb17ee3349bbaa4ac67526315427a716a62d.zip |
Fix build scripts for BOM (#17025)
Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common.xml b/common.xml index feb3381607..075044bb5b 100644 --- a/common.xml +++ b/common.xml @@ -9,7 +9,8 @@ <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,bom" /> + <property name="modules.producing.jar" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets" /> + <property name="modules.to.publish.to.maven" value="${modules.producing.jar},bom" /> <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:settings file="${vaadin.basedir}/ivysettings.xml" /> |