Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added mention of plugin verifiers.

...

  1. Upload your plugin to Maven Central.
  2. Create Google or GitHub account or prepare credentials for your existing account.
  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. Provide groupId and artifactId values of your plugin and click Add Plugin button. The two values are contained in maven-metadata.xml file.
  6. All the other metadata like Name, License, Homepage or Short/Full Descriptions is loaded automatically so you just have to categorize your plugin. The homepage should ideally point to location of the plugin sources or where 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 PPUCby volunteers from the Apache NetBeans community called Plugin Verifies. In order to do that click Request verification button.

...