diff options
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 40566a9bce..d2c6d7142a 100644 --- a/common.xml +++ b/common.xml @@ -4,7 +4,8 @@ <dirname property="vaadin.basedir" file="${ant.file.common}" /> <property file="${vaadin.basedir}/build.properties" /> - <property name="modules.to.publish" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled,all" /> + <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled" /> + <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:resolve file="${vaadin.basedir}/build/ivy/ivy.xml" conf="taskdefs" /> <ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" /> |