I am trying to stage the website I get this error (reported below) it seems to fail the "commit", but I was able to "checkout" I am able to ping svn.apache.org
any suggestion ? Enrico org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-scm-publish-plugin:3.0.0:publish-scm (default-cli) on project surefire: /bin/sh -c 'svn' '--username' 'xxxxxxxxxxxxxxxxxx '--password' 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' '--no-auth-cache' '--non-interactive' 'ls' 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The svn command failed:svn: E170013: Unable to connect to a repository at URL 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST' svn: E000111: Error running context: Connection refused at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) Caused by: org.apache.maven.plugin.MojoExecutionException: /bin/sh -c 'svn' '--username' 'xxxxxxxxxxxxxxxxxx'--password' 'xxxxxxxxxxxx' '--no-auth-cache' '--non-interactive' 'ls' 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The svn command failed:svn: E170013: Unable to connect to a repository at URL 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST' svn: E000111: Error running context: Connection refused at org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath(AbstractScmPublishMojo.java:482) at org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkoutExisting(AbstractScmPublishMojo.java:373) at org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo.scmPublishExecute(ScmPublishPublishScmMojo.java:277) at org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute(AbstractScmPublishMojo.java:579) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 20 more Caused by: org.apache.maven.scm.ScmException: /bin/sh -c 'svn' '--username' 'xxxxxxxxxxxxx '--password' 'xxxxxxxxxxxxxxx' '--no-auth-cache' '--non-interactive' 'ls' 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The svn command failed:svn: E170013: Unable to connect to a repository at URL 'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST' svn: E000111: Error running context: Connection refused at org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo.SvnRemoteInfoCommand.remoteUrlExist(SvnRemoteInfoCommand.java:160) at org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider.remoteUrlExist(SvnExeScmProvider.java:212) at org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath(AbstractScmPublishMojo.java:473) ... 25 more Il giorno ven 26 apr 2019 alle ore 16:16 Enrico Olivelli <[email protected]> ha scritto: > > > > Il ven 26 apr 2019, 08:51 Olivier Lamy <[email protected]> ha scritto: >> >> Perso I would say no (but maybe some will ask to have it in the archives >> path http://maven.apache.org/plugins-archives/ ?) > > > I can push the website directly to the archive > > Enrico > >> >> On Fri, 26 Apr 2019 at 03:08, Enrico Olivelli <[email protected]> wrote: >> >> > Hi, >> > I am staging a release for Surefire 2.22.2, I am not cuting it from >> > master branchm which is 3.x. >> > >> > I think I should not update the website, and in the VOTE email I don't >> > have to include any reference to any staging website >> > >> > Is it the good way ? >> > >> > >> > Enrico >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> >> -- >> Olivier Lamy >> http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
