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-typedefs.git


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

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

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

diff --git a/releasesteps.xml b/releasesteps.xml
index 72ea510..5e757f4 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -330,7 +330,6 @@
             unless="release.version"/>
         <exec executable="${mvn}" dir="${artifactfolder}/sources" 
failonerror="true" >
             <arg value="wagon:upload" />
-            <arg value="-X" />
             <arg 
value="-Dwagon.fromDir=${artifactfolder}/artifacts/archive/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