You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Apache NetBeans Plugin Portal allows not only registering NetBeans plugins hosted on Maven Central repository and their download through web browser but after successful verification also their publishing on the NetBeans Plugin Portal Update Center (PPUC) which then makes the plugins visible directly in the Apache NetBeans IDE and this way considerably simplifies their installation.

In order to do that please follow these steps:

  1. Upload your plugin to Maven Central and copy its unique URL location such as https://repo1.maven.org/maven2/org/graalvm/tools/profiler/maven-metadata.xml
  2. Create Google account or prepare credentials for your existing one.
  3. Visit Apache NetBeans Plugin Portal and use Sign In button in the top right corner to authenticate yourself.
  4. In the main menu click Add plugin button.
  5. Paste location of your plugin in Maven Central into the Plugin's maven-metadata.xml URL field and click Add Plugin button.
  6. Provide Name, License, Short/Full Descriptions and categorize your plugin. Optionally specify homepage of your plugin such as where the sources are hosted or more documentation is available. It is also very good practise to upload some thumbnail image easily identifying your plugin. Then click Save Plugin button.
  7. Now you only need to identify which plugin version is compatible with which Apache NetBeans version. On My Plugins page click Edit button for a plugin version which will open Version Management page for selected version.
  8. Check approriate Apache NetBeans version which the selected version of plugin is compatible with, optionally provide Release Notes information and then click Save Plugin Version button.
  9. If you believe that given version of your plugin satisfies Quality Criteria for publishing on the PPUC, you can have your plugin tested and approved for publishing the plugin on PPUC. In order to do that click Request verification button.

Please note that:

  • Only Maven Central hosted plugins are accepted for registration in the Apache NetBeans Plugin Portal. If you need to publish updates of your plugin often, you need to create a plugin which will register a new Update Center in the Apache NetBeans IDE which will run on your own infrastructure, publish this small plugin in Maven Central and get it on Plugin Portal Update Center using the procedure above.
  • If two Plugin Portal administrators approve your plugin and nobody rejects it, the plugin will be automatically published on PPUC.
  • No labels