Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Ty Young
On 5/1/20 2:26 PM, Jan Lahoda wrote: I wonder - is this more about the version of the maven-compiler-plugin used, rather than of the Maven binary as such? maven-compiler-plugin. Sorry for the confusion. Netbeans creates new projects with 3.6.0, which doesn't support modules. The latest v

Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Jan Lahoda
I wonder - is this more about the version of the maven-compiler-plugin used, rather than of the Maven binary as such? Jan On Thu, Apr 30, 2020 at 9:16 PM Ty Young wrote: > JIRA: https://issues.apache.org/jira/browse/NETBEANS-4285 > > > Netbeans should, assuming there are no blockers, always use

Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Geertjan Wielenga
Sure, that’s true. Just like the latest Payara and GlassFish can be downloaded. It would mean we wouldn’t need to bundle enbedded Maven at all. Gj On Fri, 1 May 2020 at 20:23, Ty Young wrote: > > On 5/1/20 12:23 AM, Geertjan Wielenga wrote: > > > Well, the user might not have the latest Maven

Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Ty Young
On 5/1/20 12:23 AM, Geertjan Wielenga wrote: Well, the user might not have the latest Maven installed. At least we know for sure that they have the embedded version. Why can't Netbeans download and use the newest Maven on-the-fly? Gj On Fri, 1 May 2020 at 01:38, Ty Young

Re: Netbeans should generate Maven projects with latest version

2020-04-30 Thread Geertjan Wielenga
Well, the user might not have the latest Maven installed. At least we know for sure that they have the embedded version. Gj On Fri, 1 May 2020 at 01:38, Ty Young wrote: > > On 4/30/20 6:08 PM, John Mc wrote: > > Unless I'm mistaken, NetBeans uses the embedded NetBeans version, which > for NetBe

Re: Netbeans should generate Maven projects with latest version

2020-04-30 Thread Ty Young
On 4/30/20 6:08 PM, John Mc wrote: Unless I'm mistaken, NetBeans uses the embedded NetBeans version, which for NetBeans 12.0 should have Maven 3.6.3 embedded. There will be another beta version of 12.0 out soon I believe, so maybe confirm this with that version? What I'm suggesting is to a

Re: Netbeans should generate Maven projects with latest version

2020-04-30 Thread John Mc
Unless I'm mistaken, NetBeans uses the embedded NetBeans version, which for NetBeans 12.0 should have Maven 3.6.3 embedded. There will be another beta version of 12.0 out soon I believe, so maybe confirm this with that version? Regards John On Thu, 30 Apr 2020 at 20:16, Ty Young wrote: > JIRA

Netbeans should generate Maven projects with latest version

2020-04-30 Thread Ty Young
JIRA: https://issues.apache.org/jira/browse/NETBEANS-4285 Netbeans should, assuming there are no blockers, always use the latest Maven release for newly generated projects. Can this be done? The only issue, IIRC, is that Maven and JUnit don't work correctly... but that affects older version