che-server/plugins
Alexander Garagatyi 4612ca5fd0 CHE-2344: Fixes repetitive saving snapshot of workspace (#2413)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-09-12 16:59:16 +03:00
..
plugin-cpp set new version 2016-09-07 10:38:51 +03:00
plugin-dashboard set new version 2016-09-07 10:38:51 +03:00
plugin-debugger set new version 2016-09-07 10:38:51 +03:00
plugin-docker CHE-2344: Fixes repetitive saving snapshot of workspace (#2413) 2016-09-12 16:59:16 +03:00
plugin-gdb set new version 2016-09-07 10:38:51 +03:00
plugin-git VFS file watcher based use cases implementations (#2339) 2016-09-07 11:22:22 +03:00
plugin-github set new version 2016-09-07 10:38:51 +03:00
plugin-gwt set new version 2016-09-07 10:38:51 +03:00
plugin-help set new version 2016-09-07 10:38:51 +03:00
plugin-java VFS file watcher based use cases implementations (#2339) 2016-09-07 11:22:22 +03:00
plugin-java-debugger set new version 2016-09-07 10:38:51 +03:00
plugin-machine set new version 2016-09-07 10:38:51 +03:00
plugin-maven Fix NPE after deleting multi-module project 2016-09-12 15:42:04 +03:00
plugin-nodejs set new version 2016-09-07 10:38:51 +03:00
plugin-orion Revert "CHE-1900: Update editor to Orion 12 (#2351)" 2016-09-10 14:13:01 +03:00
plugin-product-info set new version 2016-09-07 10:38:51 +03:00
plugin-python set new version 2016-09-07 10:38:51 +03:00
plugin-sdk set new version 2016-09-07 10:38:51 +03:00
plugin-ssh-key set new version 2016-09-07 10:38:51 +03:00
plugin-ssh-machine CHE-1823: Machine Agent implementation (#2311) 2016-09-08 16:39:14 +03:00
plugin-svn set new version 2016-09-07 10:38:51 +03:00
plugin-web Add ability to preview an HTML file into another browser window 2016-09-07 18:29:59 +03:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml set new version 2016-09-07 10:38:51 +03:00

README.md

How to Build Plugins?

In plugin root directory, run:

mvn clean install

How to Add Custom Plugin to Modules Build Cycle?

Add a module to plugins parent pom.xml:

<module>your-plugin-name</module>

How to Add a Custom Plugin to Che Assembly?

See: [Building Custom Assemblies] (https://eclipse-che.readme.io/docs/plug-ins#add-plug-in-by-referencing-from-che)