Re: Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Ernie Rael
On 2/13/2020 10:28 AM, Jesse Glick wrote: On Thu, Feb 13, 2020 at 12:07 PM Ernie Rael wrote: I work with a multi-module plugin. Can it be built/packaged with maven and loaded by NB out of a repository Out of a Maven repository? The NB module system knows nothing about that. I was thinking

Re: Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Jesse Glick
On Thu, Feb 13, 2020 at 12:07 PM Ernie Rael wrote: > I work with a multi-module plugin. Can it be built/packaged with maven and > loaded by NB out of a repository Out of a Maven repository? The NB module system knows nothing about that. You produce NBMs. Example:

Multi module projects. (was Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache)

2020-02-13 Thread Ernie Rael
On 2/13/2020 7:18 AM, Jesse Glick wrote: ... discard the very notion of a contrib repository ... and use either the external Ant harness or (preferably) Maven to build against a particular NetBeans binary platform. Something I've been wondering; I work with a multi-module plugin. Can it be