GitHub user matthiasblaesing added a comment to the discussion: request verfication for a plugin makes the previous verified version not visible in the plugin catalog on the IDE
My final word on this: - The most probable reason for the missing verification today is, that it was manually dropped: - by removing the corresponding NB-Version <-> Plugin Version association - by manually dropping the verification - If the plugin is not stable enough to survive a few days without updates, it is a bad fit for the plugin portal. - NetBeans allows users to register their own update center (Tools -> Plugins -> Settings). An update center is just an XML file, that holds a list of plugins and their metadata. You can create your own. - All plugins that are associated with a NB version in the Plugin Portal, independent of their verification status, are available from the update center with the URL `https://plugins.netbeans.apache.org/data/NBVERSION/catalog-experimental.xml.gz`. The verified list is available as `https://plugins.netbeans.apache.org/data/NBVERSION/catalog.xml.gz` GitHub link: https://github.com/apache/netbeans/discussions/9134#discussioncomment-15479028 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- 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
