The update site for possibly millions of plug-ins. Current number: 2
Update Site: http://github.com/slothsoft/eclipse-update-site/raw/master/
(Note that this URL will not work inside the browser, but will work in Eclipse.)
- Open your Eclipse IDE
- Open the "Install" dialog (Help -> Install New Software)
- Enter the URL of the update site
- Select the plug-ins you wish to install; you might need to deselect "Group items by category" for the plug-ins to show up
- Select and install via "Finish"
Plug-in | Documentation | Description |
---|---|---|
Builder Pattern | Wiki | A small plug-in that helps you create not only getters and setters, but fluent methods, too. |
Maven View | Wiki | A plug-in that recreates IntelliJ IDEA's Maven View for Eclipse. |
- Put the relevant JARs into the folder dropin/features/ and dropin/plugin/
- Run create_repository.bat
- Check that the features and plug-ins where copied to features/ and plugin/ and the artifacts.xml and content.xml was changed accordingly
- Test the local repository out in Eclipse
- Commit and push
- Test the GitHub repository out in Eclipse
(If it breaks gain, check out this guide or search for org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher
!)