diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 17:16:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:44 +0300 |
commit | 33abea751764a61858ed0e50f70a5dd1c8147263 (patch) | |
tree | 4045a65a00b2f0a6ba8bcb1d2a6982b3bc9e9896 /common.xml | |
parent | 0886a33531f34d18dc2cb17600ac911df0b22e87 (diff) | |
download | vaadin-framework-33abea751764a61858ed0e50f70a5dd1c8147263.tar.gz vaadin-framework-33abea751764a61858ed0e50f70a5dd1c8147263.zip |
Avoid publishing 'all' zip to Maven (#9299)
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" /> |