I develop a simple custom KNIME node by following this article:
https://tech.knime.org/developer/example/extension-wizard
It works properly in KNIME - Eclipse SDK environment. I have hard time to deploy the KNIME node successfully. It is treated as Eclipse plugin. I have a feature project and site project built around that. The KNIME "Help"->"Install New Software" option appears to recognize the custom KNIME node and install it without issues. The "Help"->"Install Details" option also shows the custom node is among other plugins being installed in KNIME. However, the "Node Repository" does not show the custom node.
I am wondering what I miss while building the plugin, feature project and site project. Thanks in advance.