This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new f059bab  Remove verbosity and slowness on upload
     new 1dfa0e9  Merge branch 'develop' of 
https://github.com/apache/royale-compiler into develop
f059bab is described below

commit f059bab0bd1393316a5a2e311695a250292f7fbe
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Jun 24 15:09:55 2021 +0300

    Remove verbosity and slowness on upload
---
 compiler-build-tools/releasesteps.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index f6869d7..9e1ac2e 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -280,7 +280,6 @@
             unless="release.version"/>
         <exec executable="${mvn}" failonerror="true" >
             <arg value="wagon:upload" />
-            <arg value="-X" />
             <arg 
value="-Dwagon.fromDir=${artifactfolder}/artifacts/archive/compiler-build-tools/target/local-release-dir"
 />
             <arg 
value="-Dwagon.url=https://repository.apache.org/service/local/staging/deploy/maven2";
 />
             <arg value="-Dwagon.serverId=apache.releases.https" />

Reply via email to