FaqCreateUpdateCenter
How do I create own update center?
NetBeans plugins are developed in Module Suites and it is possible to generate update center for such a suite. Update center catalog together with .nbm files can be generated by the following steps:
- Right click the top node of your suite in Projects view
- Select Create NBM item from the popup menu
- The <suite>/build/updates/updates.xml is generated and the modules belonging to suite are at the same location
Such an update center file (updates.xml) can be registered in Settings tab of the NetBeans Plugin Manager.