Re: Cannot login on New Plugin Portal

2019-10-14 Thread Alessandro
I essentially followed the step by step instructions on the Dzone article by Mohammed Nadeem mentioned on https://cwiki.apache.org/confluence/display/NETBEANS/How+to+Upload+NetBeans+Modules+to+Maven+Central (last page listed on the plugin portal help page). The differences from the 2016 article

Re: Create+install+use Maven artefacts in local maven repo

2019-10-14 Thread Tim Boudreau
Here you go: https://github.com/timboudreau/netbeans-local-maven-repo-populator -Tim On Mon, Oct 14, 2019 at 2:16 PM Dmitry Avtonomov < dmitriy.avtono...@gmail.com> wrote: > Hi all, > I've seen that you just voted to release new archetypes for Maven. Is there > an easy way to do the same

Re: energy consumption

2019-10-14 Thread Tim Boudreau
SSD or "spinning rust" disk? That could make a big difference, though the GPU issue likely has something to do with it. -Tim On Sun, Oct 13, 2019 at 6:06 PM Peter Cheung wrote: > Hi All > Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15 > can only stand for 1.5 hour

Re: [news] Plugin Portal 3.0 on the horizon

2019-10-14 Thread Junichi Yamamoto
Hi Jirka, I came across a login problem a few days ago. So, I've submitted it to the JIRA: https://issues.apache.org/jira/browse/NETBEANS-3227 Thanks, Junichi On Thu, Oct 10, 2019 at 7:11 AM Jiří Kovalský wrote: > > Hello NetBeans people, > > if you have ever fine-tuned your NetBeans IDE

Re: Cannot login on New Plugin Portal

2019-10-14 Thread Geertjan Wielenga
Hi Alex, On Sun, Oct 13, 2019 at 5:23 PM Alessandro wrote: > Hi all, > I just finished trying the new procedure for having a plugin available on > the new Plugin Portal. > > I successfully published the plugin on Maven Central (perhaps the biggest > step) Congratulations.:-) Did you

Re: Cannot login on New Plugin Portal

2019-10-14 Thread Alessandro
Hi Jiri, I successfully logged-in from work (Windows 10, Chrome) and created a new plugin request. Will check again at home (Linux, Chrome) following your suggestions this evening and let you know. Thank you. Regards, Alex Il giorno lun 14 ott 2019 alle ore 09:39 Jiří Kovalský <

Re: Cannot login on New Plugin Portal

2019-10-14 Thread Jiří Kovalský
Hello Alessandro, can you still reproduce it? I can sign in through Google and return authenticated to Plugin Portal just fine. 1. Is there anything suspicious in web console or network tab of your browser? 2. Does GET request for Google's iframe [1] return 200? 3. Does opening your

RE: Javadoc for HTML/Java API

2019-10-14 Thread Eric Barboni
Hi For the moment we build a WEBSITE.zip in the build system. And on the netbeans-vm side there is a script (hourly cron) that try to get zip and unzip it in the website structure if not modified. I guess after the Javadoc:aggregate you should move it to a zip file available as artefact.

Create+install+use Maven artefacts in local maven repo

2019-10-14 Thread Dmitry Avtonomov
Hi all, I've seen that you just voted to release new archetypes for Maven. Is there an easy way to do the same locally? I.e. build the platform, package it properly and install into local maven repo. Thank you, Dmitry