Re: Questions about MyFaces 2.3.0 release

2018-04-09 Thread Eduardo B
I'll make sure to add that in the release notes. Thanks! On Mon, Apr 9, 2018 at 8:30 PM, Mike Kienenberger 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 relea

Re: Questions about MyFaces 2.3.0 release

2018-04-09 Thread Mike Kienenberger
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 wrote: > On 2018/03/10 03:04:46, Eduardo B wrote

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Dennis Kieselhorst
On 2018/03/10 03:04:46, Eduardo B 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 car

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Eduardo B
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 wrote: > Here are the l

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Eduardo B
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 stagi

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Eduardo B
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 wrote: > Hi > > That's automatic. Once you have released the repo in nexus, you don't need > to do anything else. > > regards, > > Leonardo Uribe > > 2

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Leonardo Uribe
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 : > Thanks again guys, I've been able to update the MyFaces website with JSF > 2.3: https://myfaces.apache.org/ > > I still have one m

Re: Questions about MyFaces 2.3.0 release

2018-03-09 Thread Eduardo B
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://mvnrep

Re: Questions about MyFaces 2.3.0 release

2018-03-07 Thread Leonardo Uribe
Hi It is the same process as in Tobago. Please take a look at myfaces-site pom.xml there are some predefined paths: ${user.home}/myfaces-site/checkout ${user.home}/myfaces-site/site \${site.mainDirectory} file://${user.home}/myfaces-site/site In my case there was a folder

Re: Questions about MyFaces 2.3.0 release

2018-03-07 Thread Udo Schnurpfeil
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 par

Re: Questions about MyFaces 2.3.0 release

2018-03-06 Thread 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.MojoExecut

Re: Questions about MyFaces 2.3.0 release

2018-03-06 Thread Eduardo B
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/trun

Re: Questions about MyFaces 2.3.0 release

2018-03-05 Thread Udo Schnurpfeil
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 us

Re: Questions about MyFaces 2.3.0 release

2018-03-05 Thread Leonardo Uribe
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 : > I found this link with good in

Re: Questions about MyFaces 2.3.0 release

2018-03-05 Thread 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 wrote

Re: Questions about MyFaces 2.3.0 release

2018-03-05 Thread Eduardo B
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

Re: Questions about MyFaces 2.3.0 release

2018-02-24 Thread Leonardo Uribe
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 : > Hi > > I can see the artifacts in nexus. > > Please

Re: Questions about MyFaces 2.3.0 release

2018-02-24 Thread Leonardo Uribe
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

Re: Questions about MyFaces 2.3.0 release

2018-02-24 Thread Thomas Andraschko
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/stagi

Re: Questions about MyFaces 2.3.0 release

2018-02-23 Thread 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 wrote: > > On nexus repository I only see the snapshot of 2.3

Re: Questions about MyFaces 2.3.0 release

2018-02-23 Thread Dennis Kieselhorst
> 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.apach

Re: Questions about MyFaces 2.3.0 release

2018-02-23 Thread Eduardo B
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. O

Re: Questions about MyFaces 2.3.0 release

2018-02-21 Thread Thomas Andraschko
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 : > 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://repo

Re: Questions about MyFaces 2.3.0 release

2018-02-21 Thread Eduardo B
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

Re: Questions about MyFaces 2.3.0 release

2018-02-20 Thread Leonardo Uribe
Hi 2018-02-16 16:17 GMT-05:00 Eduardo B : > 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 wik

Re: Questions about MyFaces 2.3.0 release

2018-02-19 Thread Thomas Andraschko
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