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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f301612 Avoid debug on upload as it's suspected to have caused
problems
f301612 is described below
commit f301612ccab3fd7f160665bbac2f04abbc166384
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Jul 22 16:36:56 2021 +0300
Avoid debug on upload as it's suspected to have caused problems
---
releasesteps.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/releasesteps.xml b/releasesteps.xml
index fda927a..7bf0740 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -1045,7 +1045,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.includes=**" />
<arg value="-Dwagon.excludes=**/Jewel-Dark*/**,**/Jewel-Light*/**"
/-->