diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-11 16:44:01 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-11 15:54:29 +0000 |
commit | 4e732adf67c607834172f6bd028a90dab7a2f97f (patch) | |
tree | e371084da0ca18f233ff237e05588702226ff4aa /common.xml | |
parent | f06cf3237786152af8bd6a6136bdccaf0f58538d (diff) | |
download | vaadin-framework-4e732adf67c607834172f6bd028a90dab7a2f97f.tar.gz vaadin-framework-4e732adf67c607834172f6bd028a90dab7a2f97f.zip |
Publish widgets module to Maven (#15544)
Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
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 edd941c5e3..d5142a5b9f 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" /> + <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets" /> <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:settings file="${vaadin.basedir}/ivysettings.xml" /> |