I went ahead and checked out src from https://svn.apache.org/repos/ asf/myfaces/site/trunk/
I have modified some files with new download links, reference to MyFaces 2.3.0, etc. When I tried to do mvn site:deploy I'm getting a connection refused error. Caused by: org.apache.maven.plugin.MojoExecutionException: Error uploading site at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.push(AbstractDeployMojo.java:478) at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.deploy(AbstractDeployMojo.java:332) at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.deployTo(AbstractDeployMojo.java:293) at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.execute(AbstractDeployMojo.java:172) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more Caused by: org.apache.maven.wagon.authentication.AuthenticationException: Cannot connect. Reason: java.net.ConnectException: Connection refused (Connection refused) at org.apache.maven.wagon.providers.ssh.jsch.AbstractJschWagon.openConnectionInternal(AbstractJschWagon.java:264) at org.apache.maven.wagon.AbstractWagon.openConnection(AbstractWagon.java:115) at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:216) at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:152) at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.push(AbstractDeployMojo.java:428) ... 25 more Maybe I'm missing some kind of permission in the server? Regards, Eduardo On Tue, Mar 6, 2018 at 2:23 PM, Eduardo B <[email protected]> wrote: > Thanks a lot for all the help so far. > > I have distributed the assembly files already. I'm in the final step which > is the site deployment. > > I know I have to run mvn site:site and mvn site:deploy but where do I run > those commands from? > > Is it from > 1) https://svn.apache.org/repos/asf/myfaces/site/trunk/ > > or > 2) https://svn.apache.org/repos/asf/myfaces/core/tags/ > myfaces-core-module-2.3.0/ > > Also I know I have to do some modifications like the download links, etc. > But how do I create de core23 site? Is it automatically created when the > commands mentioned about are executed? > > Thanks again, > Eduardo > > On Mon, Mar 5, 2018 at 5:50 PM, Udo Schnurpfeil <[email protected]> wrote: > >> Hi Eduardo, >> >> I'm using this description for the releases of Tobago, which might be >> quite similar: >> >> http://myfaces.apache.org/tobago/release-checklist.html >> >> For the distribution I use this Script (which is linked on the page >> obove). It loads the artefacts from the maven repo (you may also want to >> use your local artifacts, alliteratively. Than it checks the hashes and >> load the stuff up to SVN. >> >> http://myfaces.apache.org/tobago/scripts/release-artifacts.sh >> >> You may modify and use it. >> >> By the way, MD5 hashes shouldn't distributed any longer (the Tobago >> script is not up-to-date, here). >> >> Regards, >> >> Udo >> >> Am 05.03.18 um 23:21 schrieb Eduardo B: >> >> I found this link with good information: http://www.apache >> .org/legal/release-policy.html#upload-ci >> >> I think we need to upload the assembly files via SVN to >> https://dist.apache.org/repos/dist/release/myfaces/ >> >> Please correct me if I'm wrong. >> >> Eduardo >> >> On Mon, Mar 5, 2018 at 5:04 PM, Eduardo B <[email protected]> wrote: >> >>> Does anyone know how to upload the assembly files to any of these pages >>> to start distributing MyFaces Core 2.3.0? >>> >>> https://www.apache.org/dist/myfaces/ >>> https://dist.apache.org/repos/dist/release/myfaces/ >>> >>> >>> I tried via sftp but I was not able to connect. Once I figure that, I >>> should be able to also distribute it to maven central repository and also >>> deploy the myfaces core23 site. >>> >>> Regards, >>> Eduardo M. Breijo >>> >>> On Sat, Feb 24, 2018 at 8:33 PM, Leonardo Uribe <[email protected]> >>> wrote: >>> >>>> Hi >>>> >>>> Forget to say, you should "close repo" in nexus. If the artifacts has >>>> some bug you can click "drop" on nexus, if the artifacts are approved you >>>> can click on "release". >>>> >>>> regards, >>>> >>>> Leonardo Uribe >>>> >>>> 2018-02-24 20:31 GMT-05:00 Leonardo Uribe <[email protected]>: >>>> >>>>> Hi >>>>> >>>>> I can see the artifacts in nexus. >>>>> >>>>> Please log in >>>>> >>>>> https://repository.apache.org >>>>> >>>>> Click on staging repositories >>>>> >>>>> The path of the artifacts is there: >>>>> >>>>> https://repository.apache.org/content/repositories/orgapache >>>>> myfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/ >>>>> >>>>> But you need to close the repo so the artifacts can be downloaded. >>>>> >>>>> regards, >>>>> >>>>> Leonardo Uribe >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> 2018-02-24 20:13 GMT-05:00 Thomas Andraschko < >>>>> [email protected]>: >>>>> >>>>>> I thougt there are available in the root but cant find it: >>>>>> https://repository.apache.org/content/repositories/ >>>>>> >>>>>> Am Freitag, 23. Februar 2018 schrieb Eduardo B : >>>>>> >>>>>>> Can you send me the link to that orgapachemyfaces-1130 repo? I >>>>>>> tried looking https://repository.apache.org/content/repositories/s >>>>>>> taging/org/apache/myfaces/ but I could not find it. >>>>>>> >>>>>>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> > On nexus repository I only see the snapshot of 2.3.1-SNAPSHOT: >>>>>>>> > https://repository.apache.org/content/repositories/snapshots >>>>>>>> /org/apache/myfaces/core/myfaces-core-module/2.3.1-SNAPSHOT/ >>>>>>>> >>>>>>>> As far as I can see a staging repo on nexus has been created: >>>>>>>> Repository orgapachemyfaces-1130 (org.apache.myfaces) >>>>>>>> Created Thursday, February 22, 2018 20:42:43 GMT (GMT+0100) >>>>>>>> Updated Thursday, February 22, 2018 20:42:43 GMT (GMT+0100) >>>>>>>> Activity >>>>>>>> Last operation completed successfully >>>>>>>> Owner embreijo (129.42.208.179) >>>>>>>> User-Agent Apache-Maven/3.3.9 (Java 1.8.0_121; Mac OS X >>>>>>>> 10.13.3) >>>>>>>> >>>>>>>> So looks like you can continue with it... >>>>>>>> >>>>>>>> Regards >>>>>>>> Dennis >>>>>>>> >>>>>>> >>>>>>> >>>>> >>>> >>> >> >> >
