I developed my first eclipse plugin. I first exported the project as a deploybale feature, generating a folder containing: artifacts.jar, content.jar, and the plugins and features folders. I tested the plugin locally by going to "install new software" then specifying the local plugin folder and it works after installation.
Now my question is how to create an online update site (from my local plugin folder) that I can give to other people to test the plugin on their machines?
Thank you in advance.