I need to use Netbeans in an environment where all the dependencies, to include all the plugins used by Netbeans, are pulled from a curated set. Surprisingly, there is not much available on hosting a netbeans plugin portal, I have found:
- https://github.com/timboudreau/meta-update-center (so far the best option),
- A 10 year old stackoverflow post (Netbeans Platform application using the plugin system) with broken links,
- And a discussion in the Netbeans mailing list (https://www.mail-archive.com/dev@netbeans.apache.org/msg05664.html) on why this is a bad idea.
The goal is to host a plugin portal internally that Netbeans can use to list available plugins and update from when a new version is approved. The Tim Boudreau solution appears to be the best option I have been able to find. Are there any other options available?