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 release
> documentation?
>
>
> On Sat, Mar 10, 2018 at 12:55 AM, Dennis Kieselhorst 
> wrote:
> > 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 care about it, the first thing matters and that looks correct
> to me.
> >
> > Cheers
> > Dennis
>


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:
>> 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

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 care about it, the first thing matters and that looks correct to me.

Cheers
Dennis


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 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  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  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 :
>>>
 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 
 wrote:

> 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 .mainDirectory>
> ${user.home}/myfaces-site/site t.path>
> 
> \${site.mainDirectory}
> file://${user.home}/myfaces-site/site eploy.url>
>   
>
> 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 :
>
>> 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(Ab

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 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  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  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 :
>>
>>> 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  wrote:
>>>
 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>>> .mainDirectory>
 ${user.home}/myfaces-site/site
 
 \${site.mainDirectory}
 file://${user.home}/myfaces-site/site>>> eploy.url>
   

 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 :

> 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

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
>
> 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 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  wrote:
>>
>>> 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>> .mainDirectory>
>>> ${user.home}/myfaces-site/site
>>> 
>>> \${site.mainDirectory}
>>> file://${user.home}/myfaces-site/site>> eploy.url>
>>>   
>>>
>>> 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 :
>>>
 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  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

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 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  wrote:
>
>> 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> .mainDirectory>
>> ${user.home}/myfaces-site/site
>> 
>> \${site.mainDirectory}
>> file://${user.home}/myfaces-site/site> eploy.url>
>>   
>>
>> 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 :
>>
>>> 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  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 
 wrote:

> Hi Eduardo,
>
> I'm using this description for the releases of Tobago, which might be
> quite simila

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://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  wrote:

> 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 site.mainDirectory>
> ${user.home}/myfaces-site/site
> 
> \${site.mainDirectory}
> file://${user.home}/myfaces-site/site
>   
>
> 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 :
>
>> 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  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 
>>> 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

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 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 :

> 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  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 
>> 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  wrote:
>>>
 Does anyone know how to upload the assemb

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 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  > 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  > 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

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.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  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  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  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 
>>> 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 :

> 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.tho...@gmail.com>:
>
>> I thougt there are available in the root but cant find it:
>> https://repository.apache.org/content/repositories/
>>
>> Am Freitag, 23. Februar 2

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/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  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  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  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 :
>>>
 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.tho...@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 > > 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

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
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  > 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  > 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  >:
>
> 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
>  >:
>
> 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  > 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...
>
>   

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 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:
>
>> 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  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 :
>>>
 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.tho...@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 > > 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

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:

> 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  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 :
>>
>>> 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.tho...@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 
> 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

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 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  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 :
>
>> 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 > >:
>>
>>> 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 
 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

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 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 
> :
>
>> 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 
>>> 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

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 repo so the artifacts can be downloaded.

regards,

Leonardo Uribe





2018-02-24 20:13 GMT-05:00 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/
>> 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.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

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/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.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

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.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

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.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

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.

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.tho...@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 :
>
>> 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  wrote:
>>
>>> 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 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

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://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  wrote:
>
>> 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 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

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 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  wrote:

> 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 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

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 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

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%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 :

> 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
>
>
>
>


Questions about MyFaces 2.3.0 release

2018-02-16 Thread 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 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: MyFaces 2.3.0 Release?

2018-02-05 Thread Leonardo Uribe
Hi

Keep in mind this one:

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

It should be very easy to do it, since all required config was already done
in beta release.

regards,

Leonardo Uribe




2018-02-05 9:12 GMT-05:00 Eduardo B :

> I'm also new to this. But I found this link from JSF 2.3.0-beta release
> with some steps that maybe can help?
>
> https://wiki.apache.org/myfaces/CoreRelease230beta
>
> Regards,
> Eduardo
>
>
> On Mon, Feb 5, 2018 at 9:09 AM, Thomas Andraschko <
> andraschko.tho...@gmail.com> wrote:
>
>> Is there a step-by-step tutorial available to do a release as a dummie?
>> Really, i'm totally new to "releases" and don't have to time to work
>> several hours on it.
>>
>> 2018-02-01 21:23 GMT+01:00 Dennis Kieselhorst :
>>
>>> Hi Thomas!
>>>
>>> > Also we probably need to cleanup the branches/trunk a bit?!
>>> > Trunk is actually 2.2.x - we should move it to a 2.2.x branch.
>>> > Then we would need to merge the changes from 2.3.x into trunk and make
>>> > trunk 2.4.x?
>>>
>>> I would leave 2.3.x in trunk for a while as we did with 2.2.x before.
>>>
>>> Leo, do you have time to do the release?
>>>
>>> Cheers
>>> Dennis
>>>
>>
>>
>


Re: MyFaces 2.3.0 Release?

2018-02-05 Thread Eduardo B
I'm also new to this. But I found this link from JSF 2.3.0-beta release
with some steps that maybe can help?

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

Regards,
Eduardo


On Mon, Feb 5, 2018 at 9:09 AM, Thomas Andraschko <
andraschko.tho...@gmail.com> wrote:

> Is there a step-by-step tutorial available to do a release as a dummie?
> Really, i'm totally new to "releases" and don't have to time to work
> several hours on it.
>
> 2018-02-01 21:23 GMT+01:00 Dennis Kieselhorst :
>
>> Hi Thomas!
>>
>> > Also we probably need to cleanup the branches/trunk a bit?!
>> > Trunk is actually 2.2.x - we should move it to a 2.2.x branch.
>> > Then we would need to merge the changes from 2.3.x into trunk and make
>> > trunk 2.4.x?
>>
>> I would leave 2.3.x in trunk for a while as we did with 2.2.x before.
>>
>> Leo, do you have time to do the release?
>>
>> Cheers
>> Dennis
>>
>
>


Re: MyFaces 2.3.0 Release?

2018-02-05 Thread Thomas Andraschko
Is there a step-by-step tutorial available to do a release as a dummie?
Really, i'm totally new to "releases" and don't have to time to work
several hours on it.

2018-02-01 21:23 GMT+01:00 Dennis Kieselhorst :

> Hi Thomas!
>
> > Also we probably need to cleanup the branches/trunk a bit?!
> > Trunk is actually 2.2.x - we should move it to a 2.2.x branch.
> > Then we would need to merge the changes from 2.3.x into trunk and make
> > trunk 2.4.x?
>
> I would leave 2.3.x in trunk for a while as we did with 2.2.x before.
>
> Leo, do you have time to do the release?
>
> Cheers
> Dennis
>


Re: MyFaces 2.3.0 Release?

2018-02-01 Thread Dennis Kieselhorst
Hi Thomas!

> Also we probably need to cleanup the branches/trunk a bit?!
> Trunk is actually 2.2.x - we should move it to a 2.2.x branch.
> Then we would need to merge the changes from 2.3.x into trunk and make
> trunk 2.4.x?

I would leave 2.3.x in trunk for a while as we did with 2.2.x before.

Leo, do you have time to do the release?

Cheers
Dennis


MyFaces 2.3.0 Release?

2018-01-30 Thread Thomas Andraschko
Hi,

all tickets for 2.3.0 has been resolved now.
Could anyone start a release? I've never did any release.

Also we probably need to cleanup the branches/trunk a bit?!
Trunk is actually 2.2.x - we should move it to a 2.2.x branch.
Then we would need to merge the changes from 2.3.x into trunk and make
trunk 2.4.x?



In general we should also check our branches.
There are many branches which are unused and can be removed.
But we can start a new discussion about this after the release.

Regards,
Thomas