Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread John Mc
Hi All, I think there might be an issue upgrading maven. I took a look a while back to see if it would make sense thinking, unwisely that it might not be too big of an effort... If I remember correctly, there's code in NetBeans that uses internal maven based code that has since been restricted

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:40, Geertjan Wielenga wrote: > > For sure. :-) > > Created the issue: https://issues.apache.org/jira/browse/NETBEANS-3188 Great! Added missing 11.3 milestone in JIRA and added it to it. Neil - To

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
For sure. :-) Created the issue: https://issues.apache.org/jira/browse/NETBEANS-3188 Gj On Tue, Oct 1, 2019 at 11:38 AM Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:31, Geertjan Wielenga > wrote: > > > > Yes, we should upgrade it, what version would be best, just the latest > one? > >

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:31, Geertjan Wielenga wrote: > > Yes, we should upgrade it, what version would be best, just the latest one? Probably should aim to keep in step with upstream where possible? As long as we target 11.3 and not 11.2! ;-) Best wishes, Neil

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Yes, we should upgrade it, what version would be best, just the latest one? Gj On Tue, 1 Oct 2019 at 11:30, Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:17, Sterpu Victor > wrote: > > Can I manullay update Maven or can force this project to compile > ignoring this error(maybe this is not

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:17, Sterpu Victor wrote: > Can I manullay update Maven or can force this project to compile ignoring > this error(maybe this is not the right thing to do)? Under Tools / Options / Java / Maven you can select an external Maven installation to use instead of the bundled

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Look in your pom.xml file and also spend some time learning what Maven is: https://maven.apache.org/ Gj On Tue, Oct 1, 2019 at 11:17 AM Sterpu Victor wrote: > Hello > > I'm using Apache Netbeans 11.1 and when I try to compile a project I > receive the error: "Detected Mav

Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Sterpu Victor
Hello I'm using Apache Netbeans 11.1 and when I try to compile a project I receive the error: "Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,)." I entered "Tools/Plugins" and pressed "Check for updates" but there are no new updates Can I manu