che-server/plugins
Artem Zatsarynnyi 562a6ba3b2 Revert back context menu for Processes panel (#2218) 2016-08-25 20:28:00 +03:00
..
plugin-cpp [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-docker CODENVY-562: Clean up container if it failed to start 2016-08-18 17:56:55 +03:00
plugin-gdb CHE-1837. Split view for editor 2016-08-16 17:57:48 +03:00
plugin-git CHE-1888: Improve tabbed terminals design (#2177) 2016-08-23 11:30:45 +03:00
plugin-github [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-java #953: Move command property value providers to core API 2016-08-19 18:18:51 +03:00
plugin-java-debugger CHE-1837. Split view for editor 2016-08-16 17:57:48 +03:00
plugin-machine Revert back context menu for Processes panel (#2218) 2016-08-25 20:28:00 +03:00
plugin-maven CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-orion CHE-1837. Split view for editor 2016-08-16 17:57:48 +03:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-sdk Don't show start ws dialog on stop ws event (#2167) 2016-08-19 11:17:23 +03:00
plugin-ssh-key [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-ssh-machine CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-svn CHE-1888: Improve tabbed terminals design (#2177) 2016-08-23 11:30:45 +03:00
plugin-web [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00: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)