che-server/plugins
Igor Vinokur 4f09d1d00f CHE-5340: Rework 'VcsChangeMarkerRenderFactory' initialization (#6658)
Add ability to implement VcsChangeMarkerRenderFactory from multiple places
2017-10-10 17:00:46 +03:00
..
plugin-activity Multi-user Eclipse Che (#6441) 2017-10-06 17:27:27 +03:00
plugin-composer RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-cpp RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-csharp Language Server Protocol Rename implementation (#6615) 2017-10-09 16:06:53 +02:00
plugin-dashboard RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-debugger Fix php debugger test (#6556) 2017-10-06 10:38:22 +03:00
plugin-docker che #6500 - Removing optional 'che-ws-' prefix during tag creation 2017-10-09 15:36:25 +02:00
plugin-gdb RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-git CHE-5340: Rework 'VcsChangeMarkerRenderFactory' initialization (#6658) 2017-10-10 17:00:46 +03:00
plugin-github Multi-user Eclipse Che (#6441) 2017-10-06 17:27:27 +03:00
plugin-gwt RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-help RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-java Send events from server to client about project's changes (#6628) 2017-10-10 15:46:27 +03:00
plugin-java-debugger Send events from server to client about project's changes (#6628) 2017-10-10 15:46:27 +03:00
plugin-json RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-languageserver #6624 send subscribe message when ws agent started (#6634) 2017-10-10 09:22:52 +02:00
plugin-machine Fix logging when an exception occurs on operations with workspaces' ssh keys (#6419) 2017-09-25 16:47:31 +03:00
plugin-maven Send events from server to client about project's changes (#6628) 2017-10-10 15:46:27 +03:00
plugin-nodejs RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-orion CHE-5729: fix the preview page of refactoring (#6385) 2017-09-22 17:22:04 +03:00
plugin-php RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-product-info RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-pullrequest-parent Multi-user Eclipse Che (#6441) 2017-10-06 17:27:27 +03:00
plugin-python RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-sdk RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-ssh-machine RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-svn RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-testing Rework tests for checking TestRunner plugin (#6559) 2017-10-05 14:14:37 +03:00
plugin-testing-java Send events from server to client about project's changes (#6628) 2017-10-10 15:46:27 +03:00
plugin-testing-php CHE-5729: adapt PHP test runner according new API (#6201) 2017-09-21 10:32:10 +03:00
plugin-traefik RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-urlfactory RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-web RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-zend-debugger Fix php debugger test (#6556) 2017-10-06 10:38:22 +03:00
README.md
pom.xml RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +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] ()