summaryrefslogtreecommitdiffstats
path: root/publish.xml
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan@vaadin.com>2013-09-16 16:16:51 +0300
committerJonatan Kronqvist <jonatan@vaadin.com>2013-09-16 16:16:51 +0300
commitd60b9419e3dc638b172a288ee4b4787d20f8d44d (patch)
treea659b934d5d4e7b798e277a339b4c7bfb76cca86 /publish.xml
parentdc14ea4ca1cec8a4fc1ac23c07151e11cd2ac72b (diff)
parent3a4351f9b777009d8e226d26125f758861ddcbb3 (diff)
downloadvaadin-framework-d60b9419e3dc638b172a288ee4b4787d20f8d44d.tar.gz
vaadin-framework-d60b9419e3dc638b172a288ee4b4787d20f8d44d.zip
Merge branch '7.1' into testbench4
Change-Id: Id93edf5895131bb13d1be792d0914ace399e713c
Diffstat (limited to 'publish.xml')
-rw-r--r--publish.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/publish.xml b/publish.xml
index c2b8369b15..dbe5961cb6 100644
--- a/publish.xml
+++ b/publish.xml
@@ -42,7 +42,7 @@
<target name="publish.module.to.download.site">
<fail unless="module" message="No module to publish defined" />
- <ivy:resolve file="${module}/ivy.xml" />
+ <ivy:resolve log="download-only" file="${module}/ivy.xml" />
<ivy:publish publishivy="false" settingsref="publish.settings" conf="*(public)" resolver="sftp-publish">
<artifacts pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/[artifact]-[revision](-[classifier]).[ext]" />
</ivy:publish>
@@ -53,7 +53,7 @@
<property file="${gpg.passphrase.file}" />
<!-- Ivy should be able to handle this but this does not work at
- the moment <ivy:resolve file="${module}/ivy.xml" /> <ivy:publish pubrevision="7.0-SNAPSHOT"
+ the moment <ivy:resolve log="download-only" file="${module}/ivy.xml" /> <ivy:publish pubrevision="7.0-SNAPSHOT"
publishivy="false" settingsref="publish.settings" conf="*(public)" resolver="sonatype">
<artifacts pattern="${ivy.settings.dir}/result/artifacts/${vaadin.version}/[module]/[artifact]-${vaadin.version}(-[classifier]).[ext]"
/> </ivy:publish> -->
@@ -98,4 +98,4 @@
<sysproperty key="sources" value="${sources.file}" />
</artifact:mvn>
</target>
-</project> \ No newline at end of file
+</project>