Hi Yishay, Were you able to get trough artifacts upload on Windows ?
That was one of the issue which do not allows me to fully get trough release process. I had to switch to Mac at that time where there wasn’t any problems. Thanks, Piotr On Thu, 24 Jun 2021 at 13:05, <yish...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > yishayw pushed a commit to branch release/0.9.8 > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following commit(s) were added to refs/heads/release/0.9.8 by this > push: > new 6a1ea24 Debug mode was too verbose, and maybe too slow (I was > getting socket connection problems). > 6a1ea24 is described below > > commit 6a1ea240564cbee0ad25a7a859dd88411738df4f > Author: Yishay Weiss <yishayj...@hotmail.com> > AuthorDate: Thu Jun 24 14:04:32 2021 +0300 > > Debug mode was too verbose, and maybe too slow (I was getting socket > connection problems). > --- > releasesteps.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/releasesteps.xml b/releasesteps.xml > index 1475f14..713f113 100644 > --- a/releasesteps.xml > +++ b/releasesteps.xml > @@ -1042,7 +1042,7 @@ > unless="release.version"/> > <exec executable="${mvn}" dir="${artifactfolder}/sources" > failonerror="true" > > <arg value="wagon:upload" /> > - <arg value="-X" /> > + <!-- <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*/**" /--> > -- Piotr Zarzycki