Re: bits.netbeans.org web server

2018-12-07 Thread Antonio Vieiro
Yep, that’s step d) we need a), b) and c) first... El El vie, 7 dic 2018 a las 21:04, Eduardo Quintanilla < equintani...@bnext.mx> escribió: > HTTPS not supported ☹. > > Best regards, > Eduardo Quintanilla > Software Developer > Block Networks > > -Original Message- > From: Antonio >

RE: Subscription Request

2018-12-07 Thread Jeff Lanham
Yeah, I figured that out. Sorry for the mass filing. Jeff -Original Message- From: Matthias Bläsing Sent: Friday, December 7, 2018 2:07 PM To: dev@netbeans.incubator.apache.org Subject: Re: Subscription Request Hello Jeff, Am Freitag, den 07.12.2018, 17:23 + schrieb Jeff

Re: Subscription Request

2018-12-07 Thread Matthias Bläsing
Hello Jeff, Am Freitag, den 07.12.2018, 17:23 + schrieb Jeff Lanham: > subscribe please follow the advise here: http://netbeans.apache.org/community/mailing-lists.html The correct address to subscribe to dev@netbeans.incubator.apache.org is dev-subscr...@netbeans.incubator.apache.org

RE: bits.netbeans.org web server

2018-12-07 Thread Eduardo Quintanilla
HTTPS not supported ☹. Best regards, Eduardo Quintanilla Software Developer Block Networks  -Original Message- From: Antonio Sent: viernes, 7 de diciembre de 2018 1:52 p. m. To: dev@netbeans.incubator.apache.org Subject: bits.netbeans.org web server Hi all, So we now have a virtual

bits.netbeans.org web server

2018-12-07 Thread Antonio
Hi all, So we now have a virtual web server for bits.netbeans.org with the following redirections: # Enable rewrite engine RewriteEngine On # If the requested stuff is not a file ... RewriteCond "%{REQUEST_FILENAME}" "!-f" # ... nor a directory ...

Subscription Request

2018-12-07 Thread Jeff Lanham
subscribe Jeff

RE: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-12-07 Thread Eric Barboni
Hi I found information here (hope this is enough) https://central.sonatype.org/pages/requirements.html I'm not sure of the dev section Maybe and idea is to have a flag to generate a parent pom and to have each pom inherit instead of generating lines of xml replicating the same info. Best

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-12-07 Thread John McDonnell
Hi Eric, Forgive my ignorance I previously tried finding the minimum pom requirements but couldn't find them anywhere. I guess I was looking up the wrong thing. If you can send on a link then I might have time this weekend to modify the plug-in to support additional elements like license,scm etc

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Daniel Gruno
On 12/7/18 2:01 PM, Antonio wrote: El 7/12/18 a las 13:29, Daniel Gruno escribió: file a JIRA ticket with infra and it can get done quickly. But keep in mind that when the address changes, you'll have to be ready to serve bits :) Of course :-) BTW, how do we want to set-up the virtual

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Antonio
El 7/12/18 a las 13:29, Daniel Gruno escribió: > > file a JIRA ticket with infra and it can get done quickly. But keep in > mind that when the address changes, you'll have to be ready to serve > bits :) Of course :-) BTW, how do we want to set-up the virtual servers & let's encrypt

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Daniel Gruno
On 12/7/18 2:03 PM, Antonio wrote: El 7/12/18 a las 13:59, Daniel Gruno escribió: On 12/7/18 1:59 PM, Antonio wrote: But where should I send 404 redirections? To which server? Of course I can't redirect 404 in bits.netbeans.org back to bits.netbeans.org, right? redirect it to the IP of

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Antonio
El 7/12/18 a las 13:59, Daniel Gruno escribió: > On 12/7/18 1:59 PM, Antonio wrote: >> >> But where should I send 404 redirections? To which server? >> >> Of course I can't redirect 404 in bits.netbeans.org back to >> bits.netbeans.org, right? > > redirect it to the IP of the old server? :) >

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Daniel Gruno
On 12/7/18 1:59 PM, Antonio wrote: Hi all, El 7/12/18 a las 13:37, Neil C Smith escribió: b) We can set up a "bits.netbeans.org" in netbeans-vm.apache.org, but then the links to non-existent stuff will return a 404. You can proxy 404s to the previous server if need be, with a trivial

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Antonio
Hi all, El 7/12/18 a las 13:37, Neil C Smith escribió: >>> b) We can set up a "bits.netbeans.org" in netbeans-vm.apache.org, but >>> then the links to non-existent stuff will return a 404. >> You can proxy 404s to the previous server if need be, with a trivial >> rewrite. > I was just in the

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Neil C Smith
On Fri, 7 Dec 2018 at 12:29, Daniel Gruno wrote: > On 12/7/18 1:27 PM, Antonio wrote: > > a) I think Neil suggested using a proxy instead of a web server, but > > that requires Oracle making a copy of the current "bits.netbeans.org" > > into other domain (say "legacy.bits.netbeans.org", for

Re: Moving bits.netbeans.org forward

2018-12-07 Thread Daniel Gruno
On 12/7/18 1:27 PM, Antonio wrote: Hi all, So we now have permission to create a virtual host web server in netbeans-vm.apache.org, the idea is to create a web server that responds to https://bits.netbeans.org How do we proceed now? a) I think Neil suggested using a proxy instead of a web

Moving bits.netbeans.org forward

2018-12-07 Thread Antonio
Hi all, So we now have permission to create a virtual host web server in netbeans-vm.apache.org, the idea is to create a web server that responds to https://bits.netbeans.org How do we proceed now? a) I think Neil suggested using a proxy instead of a web server, but that requires Oracle making

RE: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-12-07 Thread Eric Barboni
Hi, I will say ASAP, because I also need it but currently I focus on the build of the website for the tools because code donation is done but has no new home. Concerning the artefacts, the issue is that generated pom doesn’t have the minimum requierement. (Licences sections, url section, and

Re: Publishing Maven Artifacts under netbeans.org (was Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...))

2018-12-07 Thread Jean-Marc Borer
Hi Eric, And when do you think, will this be completed (rough estimation is ok)? Cheers, JM On Tue, Nov 13, 2018 at 12:11 AM Eric Barboni wrote: > HI, > There is also a issue there: > https://issues.apache.org/jira/browse/INFRA-17127 > > but artefact pom.xml that was done on