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 /publish.xml | |
parent | 0886a33531f34d18dc2cb17600ac911df0b22e87 (diff) | |
download | vaadin-framework-33abea751764a61858ed0e50f70a5dd1c8147263.tar.gz vaadin-framework-33abea751764a61858ed0e50f70a5dd1c8147263.zip |
Avoid publishing 'all' zip to Maven (#9299)
Diffstat (limited to 'publish.xml')
-rw-r--r-- | publish.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.xml b/publish.xml index 0e536d4953..61638851cd 100644 --- a/publish.xml +++ b/publish.xml @@ -32,11 +32,11 @@ </target> <target name="nightly.download.publish"> - <antcontrib:foreach list="${modules.to.publish}" target="publish.module.to.download.site" param="module" /> + <antcontrib:foreach list="${modules.to.publish.to.download}" target="publish.module.to.download.site" param="module" /> </target> <target name="nightly.maven.publish"> - <antcontrib:foreach list="${modules.to.publish}" target="publish.module.to.maven" param="module" /> + <antcontrib:foreach list="${modules.to.publish.to.maven}" target="publish.module.to.maven" param="module" /> </target> <target name="publish.module.to.download.site"> |