On Thu, Feb 13, 2020 at 10:13 PM Eric Bresie <[email protected]> wrote: > Silly question how easy is it to migrate some contrib code into a module?
If you are talking about contrib *modules*, which most of contrib is, then…it is already a module. So I am not sure what you mean. How easy is it to migrate it into the main repo? Just move the directory up, maybe delete a couple of `../` in some metadata files, adjust `nbbuild/cluster.properties`. Migrate to an Ant-based external module? A bit trickier and you need a harness reference. To Maven? Rewrite `project.xml` to `pom.xml`. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
