You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Eduardo B <eb...@gmail.com> on 2018/02/16 21:17:30 UTC

Questions about MyFaces 2.3.0 release

Hi,

I started to perform the MyFaces 2.3.0 release today. I'm following these
two wikis as reference:

https://wiki.apache.org/myfaces/CoreRelease2212

https://wiki.apache.org/myfaces/CoreRelease230beta

1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a release
on a shared project, do I have to do the same thing for MyFaces 2.3.0
release? If so what's the repository to checkout from so I can perform the
release?


2) I was able to prepare and perform MyFaces Core 2.3.0 release.

https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/

But there is another step that says TCK passed confirmed by Leonardo Uribe.
@Leo can you provide more information on what to do there? Can you verify
if TCK tests are passing?


3) The step to generate assembly on MyFaces 2.2.12 release wiki seems to be
manually, while on the MyFaces 2.3.0-beta release wiki it says that it is
generated automatically by maven. Not sure if in my case was auto
generated, but in any case I see that we need to copy the archives to
people.apache.org server. Is that part necessary? Do I need to get access
for that server? If so how do I get it?

Also I see that the assembly archives can be retrieved from nexus maven
repository? Are they uploaded automatically when preparing and performing
the build?


I'm new on all this, any help will be appreciated. Once I figure those
steps, the next step would be to send an email to vote.

Regards,
Eduardo M. Breijo

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

Use a svn client to add the release artifacts in the svn repo in:

https://dist.apache.org/repos/dist/release/myfaces/

See:

http://www.apache.org/dev/release-publishing.html#distribution_dist

regards,

Leonardo Uribe



2018-03-05 17:21 GMT-05:00 Eduardo B <eb...@gmail.com>:

> 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 <eb...@gmail.com> 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 <lu...@gmail.com> 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 <lu...@gmail.com>:
>>>
>>>> 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 <
>>>> andraschko.thomas@gmail.com>:
>>>>
>>>>> 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 <deki@apache.org
>>>>>> > 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
>>>>>>>
>>>>>>
>>>>>>
>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
I'll make sure to add that in the release notes. Thanks!

On Mon, Apr 9, 2018 at 8:30 PM, Mike Kienenberger <mk...@gmail.com>
wrote:

> Please be sure to delete the previous release from
> https://dist.apache.org/repos/dist/release/myfaces after publishing
> the new release.  Maybe someone can add that to the release
> documentation?
>
>
> On Sat, Mar 10, 2018 at 12:55 AM, Dennis Kieselhorst <de...@apache.org>
> wrote:
> > On 2018/03/10 03:04:46, Eduardo B <eb...@gmail.com> wrote:
> >> I can even see it here:
> >> http://central.maven.org/maven2/org/apache/myfaces/
> core/myfaces-api/2.3.0/
> >>
> >> But not sure why I cannot see it here when I do the search:
> >> https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-api
> >
> > I wouldn't care about it, the first thing matters and that looks correct
> to me.
> >
> > Cheers
> > Dennis
>

Re: Questions about MyFaces 2.3.0 release

Posted by Mike Kienenberger <mk...@gmail.com>.
Please be sure to delete the previous release from
https://dist.apache.org/repos/dist/release/myfaces after publishing
the new release.  Maybe someone can add that to the release
documentation?


On Sat, Mar 10, 2018 at 12:55 AM, Dennis Kieselhorst <de...@apache.org> wrote:
> On 2018/03/10 03:04:46, Eduardo B <eb...@gmail.com> wrote:
>> I can even see it here:
>> http://central.maven.org/maven2/org/apache/myfaces/core/myfaces-api/2.3.0/
>>
>> But not sure why I cannot see it here when I do the search:
>> https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-api
>
> I wouldn't care about it, the first thing matters and that looks correct to me.
>
> Cheers
> Dennis

Re: Questions about MyFaces 2.3.0 release

Posted by Dennis Kieselhorst <de...@apache.org>.
On 2018/03/10 03:04:46, Eduardo B <eb...@gmail.com> wrote: 
> I can even see it here:
> http://central.maven.org/maven2/org/apache/myfaces/core/myfaces-api/2.3.0/
> 
> But not sure why I cannot see it here when I do the search:
> https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-api

I wouldn't care about it, the first thing matters and that looks correct to me.

Cheers
Dennis

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
I can even see it here:
http://central.maven.org/maven2/org/apache/myfaces/core/myfaces-api/2.3.0/

But not sure why I cannot see it here when I do the search:
https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-api

On Fri, Mar 9, 2018 at 5:55 PM, Eduardo B <eb...@gmail.com> wrote:

> Here are the links in the repo:
>
> From release directory: https://repository.apache.org/
> content/repositories/releases/org/apache/myfaces/core/myfaces-api/2.3.0/
>
> From public directory: https://repository.apache.org/content/
> repositories/public/org/apache/myfaces/core/myfaces-api/2.3.0/
>
> From staging directory: https://repository.apache.org/content/
> repositories/staging/org/apache/myfaces/core/myfaces-api/2.3.0/
>
> Is there something else I need to do in https://repository.apache.org/
> nexus repo?
>
> Eduardo
>
> On Fri, Mar 9, 2018 at 4:45 PM, Eduardo B <eb...@gmail.com> wrote:
>
>> Hi,
>>
>> I released the repo in nexus last week. Not sure why it has not been
>> published yet.
>>
>> Eduardo
>>
>> On Fri, Mar 9, 2018 at 4:37 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>>
>>> Hi
>>>
>>> That's automatic. Once you have released the repo in nexus, you don't
>>> need to do anything else.
>>>
>>> regards,
>>>
>>> Leonardo Uribe
>>>
>>> 2018-03-09 15:21 GMT-05:00 Eduardo B <eb...@gmail.com>:
>>>
>>>> Thanks again guys, I've been able to update the MyFaces website with
>>>> JSF 2.3: https://myfaces.apache.org/
>>>>
>>>> I still have one more/final question hopefully.
>>>>
>>>> How do we get the jars into maven central?
>>>>
>>>> For example: https://mvnrepository.com/arti
>>>> fact/org.apache.myfaces.core/myfaces-api
>>>>                       https://mvnrepository.com/arti
>>>> fact/org.apache.myfaces.core/myfaces-impl
>>>>
>>>> I only see the beta jars.
>>>>
>>>> Thanks,
>>>> Eduardo
>>>>
>>>> On Wed, Mar 7, 2018 at 1:58 PM, Leonardo Uribe <lu...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> It is the same process as in Tobago. Please take a look at
>>>>> myfaces-site pom.xml there are some predefined paths:
>>>>>
>>>>>   <properties>
>>>>>     <site.mainDirectory>${user.home}/myfaces-site/checkout</site
>>>>> .mainDirectory>
>>>>>     <siteContent.path>${user.home}/myfaces-site/site</siteConten
>>>>> t.path>
>>>>>     <!-- it's a default location for performance reason (not checkout
>>>>> the content all the time)
>>>>>          you can override this value in your settings. -->
>>>>>     <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
>>>>>     <siteDeploy.url>file://${user.home}/myfaces-site/site</siteD
>>>>> eploy.url>
>>>>>   </properties>
>>>>>
>>>>> In my case there was a folder called /home/lu4242/myfaces-site/checkout
>>>>> and other /home/lu4242/myfaces-site/site. site:stage create some
>>>>> files in "site" folder, then I just override in checkout and commit.
>>>>>
>>>>> regards,
>>>>>
>>>>> Leonardo Uribe
>>>>>
>>>>> 2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:
>>>>>
>>>>>> Hi Eduardo,
>>>>>>
>>>>>> I've never done this for the core (only Tobago), so I'm not sure
>>>>>> about that...
>>>>>>
>>>>>> The site you can see here: https://myfaces.apache.org/ is synced by
>>>>>> some automatic job from this repo:
>>>>>>
>>>>>>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>>>>>>
>>>>>> So, you need to
>>>>>>
>>>>>> 1. checkout the relevant parts from that URL
>>>>>>
>>>>>> 2. building the site (it seems that you have done it already)
>>>>>>
>>>>>> 3. syncing this site (from 2.) locally to the checkout (from 1.)
>>>>>> using "mvn site:stage"
>>>>>>
>>>>>> 4. commit it
>>>>>>
>>>>>> It seems, there is no many entry and no subfolder for 2.3 currently.
>>>>>> I assume this must be created.
>>>>>>
>>>>>>
>>>>>> For Tobago these steps are described here:
>>>>>>
>>>>>> https://myfaces.apache.org/tobago/release-checklist.html (look for
>>>>>> "Building the site")
>>>>>>
>>>>>>
>>>>>> Hope that helps
>>>>>>
>>>>>> Udo
>>>>>> Am 06.03.18 um 22:33 schrieb Eduardo B:
>>>>>>
>>>>>> I went ahead and checked out src from https://svn.apache.org/re
>>>>>> pos/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.depl
>>>>>> oy(AbstractDeployMojo.java:332)
>>>>>>
>>>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.depl
>>>>>> oyTo(AbstractDeployMojo.java:293)
>>>>>>
>>>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.exec
>>>>>> ute(AbstractDeployMojo.java:172)
>>>>>>
>>>>>> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj
>>>>>> o(DefaultBuildPluginManager.java:134)
>>>>>>
>>>>>> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>>>>>> oExecutor.java:207)
>>>>>>
>>>>>> ... 20 more
>>>>>>
>>>>>> Caused by: org.apache.maven.wagon.authent
>>>>>> ication.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(Abstract
>>>>>> Wagon.java:115)
>>>>>>
>>>>>> at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.j
>>>>>> ava:216)
>>>>>>
>>>>>> at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.j
>>>>>> ava: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 <eb...@gmail.com> 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/myface
>>>>>>> s-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 <lo...@apache.org>
>>>>>>> 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 <eb...@gmail.com>
>>>>>>>> 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 <lu...@gmail.com>
>>>>>>>>> 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 <lu...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> 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 <
>>>>>>>>>>> andraschko.thomas@gmail.com>:
>>>>>>>>>>>
>>>>>>>>>>>> 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.apa
>>>>>>>>>>>>> che.org/content/repositories/staging/org/apache/myfaces/
>>>>>>>>>>>>>  but I could not find it.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <
>>>>>>>>>>>>> deki@apache.org> 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/myfac
>>>>>>>>>>>>>> es-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
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
Here are the links in the repo:

From release directory:
https://repository.apache.org/content/repositories/releases/org/apache/myfaces/core/myfaces-api/2.3.0/

From public directory:
https://repository.apache.org/content/repositories/public/org/apache/myfaces/core/myfaces-api/2.3.0/

From staging directory:
https://repository.apache.org/content/repositories/staging/org/apache/myfaces/core/myfaces-api/2.3.0/

Is there something else I need to do in https://repository.apache.org/
nexus repo?

Eduardo

On Fri, Mar 9, 2018 at 4:45 PM, Eduardo B <eb...@gmail.com> wrote:

> Hi,
>
> I released the repo in nexus last week. Not sure why it has not been
> published yet.
>
> Eduardo
>
> On Fri, Mar 9, 2018 at 4:37 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>
>> Hi
>>
>> That's automatic. Once you have released the repo in nexus, you don't
>> need to do anything else.
>>
>> regards,
>>
>> Leonardo Uribe
>>
>> 2018-03-09 15:21 GMT-05:00 Eduardo B <eb...@gmail.com>:
>>
>>> Thanks again guys, I've been able to update the MyFaces website with JSF
>>> 2.3: https://myfaces.apache.org/
>>>
>>> I still have one more/final question hopefully.
>>>
>>> How do we get the jars into maven central?
>>>
>>> For example: https://mvnrepository.com/arti
>>> fact/org.apache.myfaces.core/myfaces-api
>>>                       https://mvnrepository.com/arti
>>> fact/org.apache.myfaces.core/myfaces-impl
>>>
>>> I only see the beta jars.
>>>
>>> Thanks,
>>> Eduardo
>>>
>>> On Wed, Mar 7, 2018 at 1:58 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>>>
>>>> Hi
>>>>
>>>> It is the same process as in Tobago. Please take a look at myfaces-site
>>>> pom.xml there are some predefined paths:
>>>>
>>>>   <properties>
>>>>     <site.mainDirectory>${user.home}/myfaces-site/checkout</site
>>>> .mainDirectory>
>>>>     <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
>>>>     <!-- it's a default location for performance reason (not checkout
>>>> the content all the time)
>>>>          you can override this value in your settings. -->
>>>>     <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
>>>>     <siteDeploy.url>file://${user.home}/myfaces-site/site</siteD
>>>> eploy.url>
>>>>   </properties>
>>>>
>>>> In my case there was a folder called /home/lu4242/myfaces-site/checkout
>>>> and other /home/lu4242/myfaces-site/site. site:stage create some files
>>>> in "site" folder, then I just override in checkout and commit.
>>>>
>>>> regards,
>>>>
>>>> Leonardo Uribe
>>>>
>>>> 2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:
>>>>
>>>>> Hi Eduardo,
>>>>>
>>>>> I've never done this for the core (only Tobago), so I'm not sure about
>>>>> that...
>>>>>
>>>>> The site you can see here: https://myfaces.apache.org/ is synced by
>>>>> some automatic job from this repo:
>>>>>
>>>>>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>>>>>
>>>>> So, you need to
>>>>>
>>>>> 1. checkout the relevant parts from that URL
>>>>>
>>>>> 2. building the site (it seems that you have done it already)
>>>>>
>>>>> 3. syncing this site (from 2.) locally to the checkout (from 1.) using
>>>>> "mvn site:stage"
>>>>>
>>>>> 4. commit it
>>>>>
>>>>> It seems, there is no many entry and no subfolder for 2.3 currently. I
>>>>> assume this must be created.
>>>>>
>>>>>
>>>>> For Tobago these steps are described here:
>>>>>
>>>>> https://myfaces.apache.org/tobago/release-checklist.html (look for
>>>>> "Building the site")
>>>>>
>>>>>
>>>>> Hope that helps
>>>>>
>>>>> Udo
>>>>> Am 06.03.18 um 22:33 schrieb Eduardo B:
>>>>>
>>>>> I went ahead and checked out src from https://svn.apache.org/re
>>>>> pos/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.depl
>>>>> oy(AbstractDeployMojo.java:332)
>>>>>
>>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.depl
>>>>> oyTo(AbstractDeployMojo.java:293)
>>>>>
>>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.exec
>>>>> ute(AbstractDeployMojo.java:172)
>>>>>
>>>>> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj
>>>>> o(DefaultBuildPluginManager.java:134)
>>>>>
>>>>> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>>>>> oExecutor.java:207)
>>>>>
>>>>> ... 20 more
>>>>>
>>>>> Caused by: org.apache.maven.wagon.authent
>>>>> ication.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(Abstract
>>>>> Wagon.java:115)
>>>>>
>>>>> at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.j
>>>>> ava:216)
>>>>>
>>>>> at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.j
>>>>> ava: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 <eb...@gmail.com> 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/myface
>>>>>> s-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 <lo...@apache.org>
>>>>>> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>>>>>>> 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 <lu...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> 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 <
>>>>>>>>>> andraschko.thomas@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> 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.apa
>>>>>>>>>>>> che.org/content/repositories/staging/org/apache/myfaces/   but
>>>>>>>>>>>> I could not find it.
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <
>>>>>>>>>>>> deki@apache.org> 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
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
Hi,

I released the repo in nexus last week. Not sure why it has not been
published yet.

Eduardo

On Fri, Mar 9, 2018 at 4:37 PM, Leonardo Uribe <lu...@gmail.com> wrote:

> Hi
>
> That's automatic. Once you have released the repo in nexus, you don't need
> to do anything else.
>
> regards,
>
> Leonardo Uribe
>
> 2018-03-09 15:21 GMT-05:00 Eduardo B <eb...@gmail.com>:
>
>> Thanks again guys, I've been able to update the MyFaces website with JSF
>> 2.3: https://myfaces.apache.org/
>>
>> I still have one more/final question hopefully.
>>
>> How do we get the jars into maven central?
>>
>> For example: https://mvnrepository.com/artifact/org.apache.myfaces.core/
>> myfaces-api
>>                       https://mvnrepository.com/arti
>> fact/org.apache.myfaces.core/myfaces-impl
>>
>> I only see the beta jars.
>>
>> Thanks,
>> Eduardo
>>
>> On Wed, Mar 7, 2018 at 1:58 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>>
>>> Hi
>>>
>>> It is the same process as in Tobago. Please take a look at myfaces-site
>>> pom.xml there are some predefined paths:
>>>
>>>   <properties>
>>>     <site.mainDirectory>${user.home}/myfaces-site/checkout</site
>>> .mainDirectory>
>>>     <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
>>>     <!-- it's a default location for performance reason (not checkout
>>> the content all the time)
>>>          you can override this value in your settings. -->
>>>     <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
>>>     <siteDeploy.url>file://${user.home}/myfaces-site/site</siteD
>>> eploy.url>
>>>   </properties>
>>>
>>> In my case there was a folder called /home/lu4242/myfaces-site/checkout
>>> and other /home/lu4242/myfaces-site/site. site:stage create some files
>>> in "site" folder, then I just override in checkout and commit.
>>>
>>> regards,
>>>
>>> Leonardo Uribe
>>>
>>> 2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:
>>>
>>>> Hi Eduardo,
>>>>
>>>> I've never done this for the core (only Tobago), so I'm not sure about
>>>> that...
>>>>
>>>> The site you can see here: https://myfaces.apache.org/ is synced by
>>>> some automatic job from this repo:
>>>>
>>>>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>>>>
>>>> So, you need to
>>>>
>>>> 1. checkout the relevant parts from that URL
>>>>
>>>> 2. building the site (it seems that you have done it already)
>>>>
>>>> 3. syncing this site (from 2.) locally to the checkout (from 1.) using
>>>> "mvn site:stage"
>>>>
>>>> 4. commit it
>>>>
>>>> It seems, there is no many entry and no subfolder for 2.3 currently. I
>>>> assume this must be created.
>>>>
>>>>
>>>> For Tobago these steps are described here:
>>>>
>>>> https://myfaces.apache.org/tobago/release-checklist.html (look for
>>>> "Building the site")
>>>>
>>>>
>>>> Hope that helps
>>>>
>>>> Udo
>>>> Am 06.03.18 um 22:33 schrieb Eduardo B:
>>>>
>>>> I went ahead and checked out src from https://svn.apache.org/re
>>>> pos/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.depl
>>>> oy(AbstractDeployMojo.java:332)
>>>>
>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.depl
>>>> oyTo(AbstractDeployMojo.java:293)
>>>>
>>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.exec
>>>> ute(AbstractDeployMojo.java:172)
>>>>
>>>> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj
>>>> o(DefaultBuildPluginManager.java:134)
>>>>
>>>> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>>>> oExecutor.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(Abstract
>>>> Wagon.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 <eb...@gmail.com> 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/myface
>>>>> s-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 <lo...@apache.org>
>>>>> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>>>>>> 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 <lu...@gmail.com>:
>>>>>>>>
>>>>>>>>> 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 <
>>>>>>>>> andraschko.thomas@gmail.com>:
>>>>>>>>>
>>>>>>>>>> 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.apa
>>>>>>>>>>> che.org/content/repositories/staging/org/apache/myfaces/   but
>>>>>>>>>>> I could not find it.
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <
>>>>>>>>>>> deki@apache.org> 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
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

That's automatic. Once you have released the repo in nexus, you don't need
to do anything else.

regards,

Leonardo Uribe

2018-03-09 15:21 GMT-05:00 Eduardo B <eb...@gmail.com>:

> Thanks again guys, I've been able to update the MyFaces website with JSF
> 2.3: https://myfaces.apache.org/
>
> I still have one more/final question hopefully.
>
> How do we get the jars into maven central?
>
> For example: https://mvnrepository.com/artifact/org.apache.myfaces.
> core/myfaces-api
>                       https://mvnrepository.com/
> artifact/org.apache.myfaces.core/myfaces-impl
>
> I only see the beta jars.
>
> Thanks,
> Eduardo
>
> On Wed, Mar 7, 2018 at 1:58 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>
>> Hi
>>
>> It is the same process as in Tobago. Please take a look at myfaces-site
>> pom.xml there are some predefined paths:
>>
>>   <properties>
>>     <site.mainDirectory>${user.home}/myfaces-site/checkout</site
>> .mainDirectory>
>>     <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
>>     <!-- it's a default location for performance reason (not checkout the
>> content all the time)
>>          you can override this value in your settings. -->
>>     <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
>>     <siteDeploy.url>file://${user.home}/myfaces-site/site</siteD
>> eploy.url>
>>   </properties>
>>
>> In my case there was a folder called /home/lu4242/myfaces-site/checkout
>> and other /home/lu4242/myfaces-site/site. site:stage create some files
>> in "site" folder, then I just override in checkout and commit.
>>
>> regards,
>>
>> Leonardo Uribe
>>
>> 2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:
>>
>>> Hi Eduardo,
>>>
>>> I've never done this for the core (only Tobago), so I'm not sure about
>>> that...
>>>
>>> The site you can see here: https://myfaces.apache.org/ is synced by
>>> some automatic job from this repo:
>>>
>>>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>>>
>>> So, you need to
>>>
>>> 1. checkout the relevant parts from that URL
>>>
>>> 2. building the site (it seems that you have done it already)
>>>
>>> 3. syncing this site (from 2.) locally to the checkout (from 1.) using
>>> "mvn site:stage"
>>>
>>> 4. commit it
>>>
>>> It seems, there is no many entry and no subfolder for 2.3 currently. I
>>> assume this must be created.
>>>
>>>
>>> For Tobago these steps are described here:
>>>
>>> https://myfaces.apache.org/tobago/release-checklist.html (look for
>>> "Building the site")
>>>
>>>
>>> Hope that helps
>>>
>>> Udo
>>> Am 06.03.18 um 22:33 schrieb Eduardo B:
>>>
>>> I went ahead and checked out src from https://svn.apache.org/re
>>> pos/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.depl
>>> oy(AbstractDeployMojo.java:332)
>>>
>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.depl
>>> oyTo(AbstractDeployMojo.java:293)
>>>
>>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.exec
>>> ute(AbstractDeployMojo.java:172)
>>>
>>> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj
>>> o(DefaultBuildPluginManager.java:134)
>>>
>>> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>>> oExecutor.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(Abstract
>>> Wagon.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 <eb...@gmail.com> 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/myface
>>>> s-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 <lo...@apache.org>
>>>> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>>>>> 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 <lu...@gmail.com>:
>>>>>>>
>>>>>>>> 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 <
>>>>>>>> andraschko.thomas@gmail.com>:
>>>>>>>>
>>>>>>>>> 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.apa
>>>>>>>>>> che.org/content/repositories/staging/org/apache/myfaces/   but I
>>>>>>>>>> could not find it.
>>>>>>>>>>
>>>>>>>>>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <
>>>>>>>>>> deki@apache.org> 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
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
Thanks again guys, I've been able to update the MyFaces website with JSF
2.3: https://myfaces.apache.org/

I still have one more/final question hopefully.

How do we get the jars into maven central?

For example:
https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-api

https://mvnrepository.com/artifact/org.apache.myfaces.core/myfaces-impl

I only see the beta jars.

Thanks,
Eduardo

On Wed, Mar 7, 2018 at 1:58 PM, Leonardo Uribe <lu...@gmail.com> wrote:

> Hi
>
> It is the same process as in Tobago. Please take a look at myfaces-site
> pom.xml there are some predefined paths:
>
>   <properties>
>     <site.mainDirectory>${user.home}/myfaces-site/checkout</
> site.mainDirectory>
>     <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
>     <!-- it's a default location for performance reason (not checkout the
> content all the time)
>          you can override this value in your settings. -->
>     <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
>     <siteDeploy.url>file://${user.home}/myfaces-site/site</siteDeploy.url>
>   </properties>
>
> In my case there was a folder called /home/lu4242/myfaces-site/checkout
> and other /home/lu4242/myfaces-site/site. site:stage create some files in
> "site" folder, then I just override in checkout and commit.
>
> regards,
>
> Leonardo Uribe
>
> 2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:
>
>> Hi Eduardo,
>>
>> I've never done this for the core (only Tobago), so I'm not sure about
>> that...
>>
>> The site you can see here: https://myfaces.apache.org/ is synced by some
>> automatic job from this repo:
>>
>>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>>
>> So, you need to
>>
>> 1. checkout the relevant parts from that URL
>>
>> 2. building the site (it seems that you have done it already)
>>
>> 3. syncing this site (from 2.) locally to the checkout (from 1.) using
>> "mvn site:stage"
>>
>> 4. commit it
>>
>> It seems, there is no many entry and no subfolder for 2.3 currently. I
>> assume this must be created.
>>
>>
>> For Tobago these steps are described here:
>>
>> https://myfaces.apache.org/tobago/release-checklist.html (look for
>> "Building the site")
>>
>>
>> Hope that helps
>>
>> Udo
>> Am 06.03.18 um 22:33 schrieb Eduardo B:
>>
>> I went ahead and checked out src from https://svn.apache.org/re
>> pos/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.depl
>> oy(AbstractDeployMojo.java:332)
>>
>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.depl
>> oyTo(AbstractDeployMojo.java:293)
>>
>> at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.exec
>> ute(AbstractDeployMojo.java:172)
>>
>> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj
>> o(DefaultBuildPluginManager.java:134)
>>
>> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>> oExecutor.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(Abstract
>> Wagon.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 <eb...@gmail.com> 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/myface
>>> s-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 <lo...@apache.org>
>>> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>>>> 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 <lu...@gmail.com>:
>>>>>>
>>>>>>> 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 <
>>>>>>> andraschko.thomas@gmail.com>:
>>>>>>>
>>>>>>>> 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 <
>>>>>>>>> deki@apache.org> 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
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

It is the same process as in Tobago. Please take a look at myfaces-site
pom.xml there are some predefined paths:

  <properties>

<site.mainDirectory>${user.home}/myfaces-site/checkout</site.mainDirectory>
    <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
    <!-- it's a default location for performance reason (not checkout the
content all the time)
         you can override this value in your settings. -->
    <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
    <siteDeploy.url>file://${user.home}/myfaces-site/site</siteDeploy.url>
  </properties>

In my case there was a folder called /home/lu4242/myfaces-site/checkout and
other /home/lu4242/myfaces-site/site. site:stage create some files in
"site" folder, then I just override in checkout and commit.

regards,

Leonardo Uribe

2018-03-07 12:40 GMT-05:00 Udo Schnurpfeil <lo...@apache.org>:

> Hi Eduardo,
>
> I've never done this for the core (only Tobago), so I'm not sure about
> that...
>
> The site you can see here: https://myfaces.apache.org/ is synced by some
> automatic job from this repo:
>
>  https://svn.apache.org/repos/asf/myfaces/site/publish/
>
> So, you need to
>
> 1. checkout the relevant parts from that URL
>
> 2. building the site (it seems that you have done it already)
>
> 3. syncing this site (from 2.) locally to the checkout (from 1.) using
> "mvn site:stage"
>
> 4. commit it
>
> It seems, there is no many entry and no subfolder for 2.3 currently. I
> assume this must be created.
>
>
> For Tobago these steps are described here:
>
> https://myfaces.apache.org/tobago/release-checklist.html (look for
> "Building the site")
>
>
> Hope that helps
>
> Udo
> Am 06.03.18 um 22:33 schrieb Eduardo B:
>
> 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 <eb...@gmail.com> 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/myface
>> s-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 <lo...@apache.org>
>> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>>> 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 <lu...@gmail.com>:
>>>>>
>>>>>> 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 <
>>>>>> andraschko.thomas@gmail.com>:
>>>>>>
>>>>>>> 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 <
>>>>>>>> deki@apache.org> 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
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Udo Schnurpfeil <lo...@apache.org>.
Hi Eduardo,

I've never done this for the core (only Tobago), so I'm not sure about
that...

The site you can see here: https://myfaces.apache.org/ is synced by some
automatic job from this repo:

 https://svn.apache.org/repos/asf/myfaces/site/publish/

So, you need to

1. checkout the relevant parts from that URL

2. building the site (it seems that you have done it already)

3. syncing this site (from 2.) locally to the checkout (from 1.) using
"mvn site:stage"

4. commit it

It seems, there is no many entry and no subfolder for 2.3 currently. I
assume this must be created.


For Tobago these steps are described here:

https://myfaces.apache.org/tobago/release-checklist.html (look for
"Building the site")


Hope that helps

Udo

Am 06.03.18 um 22:33 schrieb Eduardo B:
> I went ahead and checked out src
> from https://svn.apache.org/repos/asf/myfaces/site/trunk/
> <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 <ebreijo@gmail.com
> <ma...@gmail.com>> 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/
>     <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/
>     <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 <lofwyr@apache.org
>     <ma...@apache.org>> 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
>         <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
>         <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
>>         <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/
>>         <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 <ebreijo@gmail.com
>>         <ma...@gmail.com>> 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://www.apache.org/dist/myfaces/>
>>             https://dist.apache.org/repos/dist/release/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
>>             <lu4242@gmail.com <ma...@gmail.com>> 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
>>                 <lu4242@gmail.com <ma...@gmail.com>>:
>>
>>                     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/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/
>>                     <https://repository.apache.org/content/repositories/orgapachemyfaces-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
>>                     <andraschko.thomas@gmail.com
>>                     <ma...@gmail.com>>:
>>
>>                         I thougt there are available in the root but
>>                         cant find it: 
>>                         https://repository.apache.org/content/repositories/
>>                         <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/staging/org/apache/myfaces/
>>                             <https://repository.apache.org/content/repositories/staging/org/apache/myfaces/> 
>>                              but I could not find it. 
>>
>>
>>                             On Fri, Feb 23, 2018 at 12:21 PM, Dennis
>>                             Kieselhorst <deki@apache.org
>>                             <ma...@apache.org>> 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/
>>                                 <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
>>
>>
>>
>>
>>
>>
>
>
>


Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
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 <eb...@gmail.com> 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 <lo...@apache.org> 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 <eb...@gmail.com> 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 <lu...@gmail.com>
>>> 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 <lu...@gmail.com>:
>>>>
>>>>> 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 <
>>>>> andraschko.thomas@gmail.com>:
>>>>>
>>>>>> 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 <
>>>>>>> deki@apache.org> 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
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>
>>>
>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
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 <lo...@apache.org> 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 <eb...@gmail.com> 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 <lu...@gmail.com> 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 <lu...@gmail.com>:
>>>
>>>> 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 <
>>>> andraschko.thomas@gmail.com>:
>>>>
>>>>> 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 <deki@apache.org
>>>>>> > 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
>>>>>>>
>>>>>>
>>>>>>
>>>>
>>>
>>
>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Udo Schnurpfeil <lo...@apache.org>.
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/
> <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 <ebreijo@gmail.com
> <ma...@gmail.com>> 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://www.apache.org/dist/myfaces/>
>     https://dist.apache.org/repos/dist/release/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 <lu4242@gmail.com
>     <ma...@gmail.com>> 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 <lu4242@gmail.com
>         <ma...@gmail.com>>:
>
>             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/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/
>             <https://repository.apache.org/content/repositories/orgapachemyfaces-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
>             <andraschko.thomas@gmail.com
>             <ma...@gmail.com>>:
>
>                 I thougt there are available in the root but cant find
>                 it: 
>                 https://repository.apache.org/content/repositories/
>                 <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/staging/org/apache/myfaces/
>                     <https://repository.apache.org/content/repositories/staging/org/apache/myfaces/> 
>                      but I could not find it. 
>
>
>                     On Fri, Feb 23, 2018 at 12:21 PM, Dennis
>                     Kieselhorst <deki@apache.org
>                     <ma...@apache.org>> 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/
>                         <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
>
>
>
>
>
>


Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
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 <eb...@gmail.com> 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 <lu...@gmail.com> 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 <lu...@gmail.com>:
>>
>>> 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 <
>>> andraschko.thomas@gmail.com>:
>>>
>>>> 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 <de...@apache.org>
>>>>> 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
>>>>>>
>>>>>
>>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
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 <lu...@gmail.com> 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 <lu...@gmail.com>:
>
>> 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 <andraschko.thomas@gmail.com
>> >:
>>
>>> 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 <de...@apache.org>
>>>> 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
>>>>>
>>>>
>>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
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 <lu...@gmail.com>:

> 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/
> orgapachemyfaces-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 <an...@gmail.com>
> :
>
>> 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 <de...@apache.org>
>>> 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
>>>>
>>>
>>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
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/orgapachemyfaces-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 <an...@gmail.com>:

> 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/
>> staging/org/apache/myfaces/   but I could not find it.
>>
>> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <de...@apache.org>
>> 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
>>>
>>
>>

Re: Questions about MyFaces 2.3.0 release

Posted by Thomas Andraschko <an...@gmail.com>.
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/staging/org/
> apache/myfaces/   but I could not find it.
>
> On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <de...@apache.org>
> 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
>>
>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
Can you send me the link to that orgapachemyfaces-1130 repo? I tried
looking
https://repository.apache.org/content/repositories/staging/org/apache/myfaces/
 but I could not find it.

On Fri, Feb 23, 2018 at 12:21 PM, Dennis Kieselhorst <de...@apache.org>
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
>

Re: Questions about MyFaces 2.3.0 release

Posted by Dennis Kieselhorst <de...@apache.org>.
> 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

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
I tried to perform the release one more time, but I was not able to see the
assembly files in the nexus repository. I noticed that they were created
locally inside the .m2 directory, but not sure if that needs to be
committed somewhere. I stored them in people.apache.org private account for
now.

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/
It makes sense since I'm seeing in the pom.xml a reference to the snapshot
repo. But I don't see a release repository configured. Maybe we need to add
some kind of configuration in the pom.xml similar to
http://maven.apache.org/pom/asf/

Do we always have to create a new JIRA issue to enable nexus access to
setup the project in the nexus repository? If so I need to go through that
step listed here:
https://www.apache.org/dev/publishing-maven-artifacts.html#signing-up

On Wed, Feb 21, 2018 at 11:22 AM, Thomas Andraschko <
andraschko.thomas@gmail.com> wrote:

> Just skip the TCK thing. There are some open TCK like CDI but none for JSF
> AFAIK.
>
> 2018-02-21 17:18 GMT+01:00 Eduardo B <eb...@gmail.com>:
>
>> Hello Leonardo,
>>
>> Is there someone else we need to contact regarding TCK or are we ok to
>> release 2.3.0?
>>
>> Also, is the nexus URL repo the following link?
>> https://repository.apache.org/content/repositories/
>> I tried verifying the assembly files in that repo but I could not find
>> anything there. Can you be more specific where to find the artifacts? I did
>> the release:perform step but not sure where to find them.
>>
>> Thanks in advance,
>> Eduardo M. Breijo
>>
>> On Tue, Feb 20, 2018 at 5:31 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>>
>>> Hi
>>>
>>> 2018-02-16 16:17 GMT-05:00 Eduardo B <eb...@gmail.com>:
>>>
>>>> Hi,
>>>>
>>>> I started to perform the MyFaces 2.3.0 release today. I'm following
>>>> these two wikis as reference:
>>>>
>>>> https://wiki.apache.org/myfaces/CoreRelease2212
>>>>
>>>> https://wiki.apache.org/myfaces/CoreRelease230beta
>>>>
>>>> 1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a
>>>> release on a shared project, do I have to do the same thing for MyFaces
>>>> 2.3.0 release? If so what's the repository to checkout from so I can
>>>> perform the release?
>>>>
>>>>
>>> The current structure does not require a "shared project" release, since
>>> it just copy the code inside the shared module in myfaces core. That step
>>> is optional.
>>>
>>>
>>>>
>>>> 2) I was able to prepare and perform MyFaces Core 2.3.0 release.
>>>>
>>>> https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core
>>>> -module-2.3.0/
>>>>
>>>> But there is another step that says TCK passed confirmed by Leonardo
>>>> Uribe. @Leo can you provide more information on what to do there? Can you
>>>> verify if TCK tests are passing?
>>>>
>>>>
>>> I do not know if there is a TCK for JSF 2.3. Apache resigned JCP seat in
>>> 2010.
>>>
>>>
>>>>
>>>> 3) The step to generate assembly on MyFaces 2.2.12 release wiki seems
>>>> to be manually, while on the MyFaces 2.3.0-beta release wiki it says that
>>>> it is generated automatically by maven. Not sure if in my case was auto
>>>> generated, but in any case I see that we need to copy the archives to
>>>> people.apache.org server. Is that part necessary? Do I need to get
>>>> access for that server? If so how do I get it?
>>>>
>>>> Also I see that the assembly archives can be retrieved from nexus maven
>>>> repository? Are they uploaded automatically when preparing and performing
>>>> the build?
>>>>
>>>>
>>>> I'm new on all this, any help will be appreciated. Once I figure those
>>>> steps, the next step would be to send an email to vote.
>>>>
>>>>
>>> Assembly generation is done automatically by nexus, on release:perform
>>> step. I usually grab the artifacts from nexus maven repo to do the final
>>> deploy.
>>>
>>> regards,
>>>
>>> Leonardo Uribe
>>>
>>> Regards,
>>>> Eduardo M. Breijo
>>>>
>>>>
>>>>
>>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Thomas Andraschko <an...@gmail.com>.
Just skip the TCK thing. There are some open TCK like CDI but none for JSF
AFAIK.

2018-02-21 17:18 GMT+01:00 Eduardo B <eb...@gmail.com>:

> Hello Leonardo,
>
> Is there someone else we need to contact regarding TCK or are we ok to
> release 2.3.0?
>
> Also, is the nexus URL repo the following link?
> https://repository.apache.org/content/repositories/
> I tried verifying the assembly files in that repo but I could not find
> anything there. Can you be more specific where to find the artifacts? I did
> the release:perform step but not sure where to find them.
>
> Thanks in advance,
> Eduardo M. Breijo
>
> On Tue, Feb 20, 2018 at 5:31 PM, Leonardo Uribe <lu...@gmail.com> wrote:
>
>> Hi
>>
>> 2018-02-16 16:17 GMT-05:00 Eduardo B <eb...@gmail.com>:
>>
>>> Hi,
>>>
>>> I started to perform the MyFaces 2.3.0 release today. I'm following
>>> these two wikis as reference:
>>>
>>> https://wiki.apache.org/myfaces/CoreRelease2212
>>>
>>> https://wiki.apache.org/myfaces/CoreRelease230beta
>>>
>>> 1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a
>>> release on a shared project, do I have to do the same thing for MyFaces
>>> 2.3.0 release? If so what's the repository to checkout from so I can
>>> perform the release?
>>>
>>>
>> The current structure does not require a "shared project" release, since
>> it just copy the code inside the shared module in myfaces core. That step
>> is optional.
>>
>>
>>>
>>> 2) I was able to prepare and perform MyFaces Core 2.3.0 release.
>>>
>>> https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core
>>> -module-2.3.0/
>>>
>>> But there is another step that says TCK passed confirmed by Leonardo
>>> Uribe. @Leo can you provide more information on what to do there? Can you
>>> verify if TCK tests are passing?
>>>
>>>
>> I do not know if there is a TCK for JSF 2.3. Apache resigned JCP seat in
>> 2010.
>>
>>
>>>
>>> 3) The step to generate assembly on MyFaces 2.2.12 release wiki seems
>>> to be manually, while on the MyFaces 2.3.0-beta release wiki it says that
>>> it is generated automatically by maven. Not sure if in my case was auto
>>> generated, but in any case I see that we need to copy the archives to
>>> people.apache.org server. Is that part necessary? Do I need to get
>>> access for that server? If so how do I get it?
>>>
>>> Also I see that the assembly archives can be retrieved from nexus maven
>>> repository? Are they uploaded automatically when preparing and performing
>>> the build?
>>>
>>>
>>> I'm new on all this, any help will be appreciated. Once I figure those
>>> steps, the next step would be to send an email to vote.
>>>
>>>
>> Assembly generation is done automatically by nexus, on release:perform
>> step. I usually grab the artifacts from nexus maven repo to do the final
>> deploy.
>>
>> regards,
>>
>> Leonardo Uribe
>>
>> Regards,
>>> Eduardo M. Breijo
>>>
>>>
>>>
>>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Eduardo B <eb...@gmail.com>.
Hello Leonardo,

Is there someone else we need to contact regarding TCK or are we ok to
release 2.3.0?

Also, is the nexus URL repo the following link?
https://repository.apache.org/content/repositories/
I tried verifying the assembly files in that repo but I could not find
anything there. Can you be more specific where to find the artifacts? I did
the release:perform step but not sure where to find them.

Thanks in advance,
Eduardo M. Breijo

On Tue, Feb 20, 2018 at 5:31 PM, Leonardo Uribe <lu...@gmail.com> wrote:

> Hi
>
> 2018-02-16 16:17 GMT-05:00 Eduardo B <eb...@gmail.com>:
>
>> Hi,
>>
>> I started to perform the MyFaces 2.3.0 release today. I'm following these
>> two wikis as reference:
>>
>> https://wiki.apache.org/myfaces/CoreRelease2212
>>
>> https://wiki.apache.org/myfaces/CoreRelease230beta
>>
>> 1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a
>> release on a shared project, do I have to do the same thing for MyFaces
>> 2.3.0 release? If so what's the repository to checkout from so I can
>> perform the release?
>>
>>
> The current structure does not require a "shared project" release, since
> it just copy the code inside the shared module in myfaces core. That step
> is optional.
>
>
>>
>> 2) I was able to prepare and perform MyFaces Core 2.3.0 release.
>>
>> https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core
>> -module-2.3.0/
>>
>> But there is another step that says TCK passed confirmed by Leonardo
>> Uribe. @Leo can you provide more information on what to do there? Can you
>> verify if TCK tests are passing?
>>
>>
> I do not know if there is a TCK for JSF 2.3. Apache resigned JCP seat in
> 2010.
>
>
>>
>> 3) The step to generate assembly on MyFaces 2.2.12 release wiki seems to
>> be manually, while on the MyFaces 2.3.0-beta release wiki it says that it
>> is generated automatically by maven. Not sure if in my case was auto
>> generated, but in any case I see that we need to copy the archives to
>> people.apache.org server. Is that part necessary? Do I need to get
>> access for that server? If so how do I get it?
>>
>> Also I see that the assembly archives can be retrieved from nexus maven
>> repository? Are they uploaded automatically when preparing and performing
>> the build?
>>
>>
>> I'm new on all this, any help will be appreciated. Once I figure those
>> steps, the next step would be to send an email to vote.
>>
>>
> Assembly generation is done automatically by nexus, on release:perform
> step. I usually grab the artifacts from nexus maven repo to do the final
> deploy.
>
> regards,
>
> Leonardo Uribe
>
> Regards,
>> Eduardo M. Breijo
>>
>>
>>
>>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

2018-02-16 16:17 GMT-05:00 Eduardo B <eb...@gmail.com>:

> Hi,
>
> I started to perform the MyFaces 2.3.0 release today. I'm following these
> two wikis as reference:
>
> https://wiki.apache.org/myfaces/CoreRelease2212
>
> https://wiki.apache.org/myfaces/CoreRelease230beta
>
> 1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a release
> on a shared project, do I have to do the same thing for MyFaces 2.3.0
> release? If so what's the repository to checkout from so I can perform the
> release?
>
>
The current structure does not require a "shared project" release, since it
just copy the code inside the shared module in myfaces core. That step is
optional.


>
> 2) I was able to prepare and perform MyFaces Core 2.3.0 release.
>
> https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/
>
> But there is another step that says TCK passed confirmed by Leonardo
> Uribe. @Leo can you provide more information on what to do there? Can you
> verify if TCK tests are passing?
>
>
I do not know if there is a TCK for JSF 2.3. Apache resigned JCP seat in
2010.


>
> 3) The step to generate assembly on MyFaces 2.2.12 release wiki seems to
> be manually, while on the MyFaces 2.3.0-beta release wiki it says that it
> is generated automatically by maven. Not sure if in my case was auto
> generated, but in any case I see that we need to copy the archives to
> people.apache.org server. Is that part necessary? Do I need to get access
> for that server? If so how do I get it?
>
> Also I see that the assembly archives can be retrieved from nexus maven
> repository? Are they uploaded automatically when preparing and performing
> the build?
>
>
> I'm new on all this, any help will be appreciated. Once I figure those
> steps, the next step would be to send an email to vote.
>
>
Assembly generation is done automatically by nexus, on release:perform
step. I usually grab the artifacts from nexus maven repo to do the final
deploy.

regards,

Leonardo Uribe

Regards,
> Eduardo M. Breijo
>
>
>
>

Re: Questions about MyFaces 2.3.0 release

Posted by Thomas Andraschko <an...@gmail.com>.
Hi,

1)
i think it's about the shared-project in core, which will be automatically
"copied" inside the the impl.jar. This is done by maven automatically,
But i can see that it also was sometimes released separate:
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.myfaces.shared%22%20AND%20a%3A%22myfaces-shared-core%22
Not sure if this is required anymore.

Maybe Leo can help for the questions here.

Regards,
Thomas


2018-02-16 22:17 GMT+01:00 Eduardo B <eb...@gmail.com>:

> Hi,
>
> I started to perform the MyFaces 2.3.0 release today. I'm following these
> two wikis as reference:
>
> https://wiki.apache.org/myfaces/CoreRelease2212
>
> https://wiki.apache.org/myfaces/CoreRelease230beta
>
> 1) From MyFaces 2.2.12 release wiki, step 1 is trying to perform a release
> on a shared project, do I have to do the same thing for MyFaces 2.3.0
> release? If so what's the repository to checkout from so I can perform the
> release?
>
>
> 2) I was able to prepare and perform MyFaces Core 2.3.0 release.
>
> https://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/
>
> But there is another step that says TCK passed confirmed by Leonardo
> Uribe. @Leo can you provide more information on what to do there? Can you
> verify if TCK tests are passing?
>
>
> 3) The step to generate assembly on MyFaces 2.2.12 release wiki seems to
> be manually, while on the MyFaces 2.3.0-beta release wiki it says that it
> is generated automatically by maven. Not sure if in my case was auto
> generated, but in any case I see that we need to copy the archives to
> people.apache.org server. Is that part necessary? Do I need to get access
> for that server? If so how do I get it?
>
> Also I see that the assembly archives can be retrieved from nexus maven
> repository? Are they uploaded automatically when preparing and performing
> the build?
>
>
> I'm new on all this, any help will be appreciated. Once I figure those
> steps, the next step would be to send an email to vote.
>
> Regards,
> Eduardo M. Breijo
>
>
>
>