che-server/plugins
Artem Zatsarynnyi c49aeb0977 Merge branch 'master' into spi 2017-07-13 10:24:36 +03:00
..
plugin-composer Merge branch 'master' into spi 2017-07-13 10:24:36 +03:00
plugin-cpp
plugin-csharp Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-dashboard
plugin-debugger Removes EverREST over WebSocket feature from IDE (#5622) 2017-07-12 16:39:25 +03:00
plugin-docker Move mvn and svn tests execution to integration profile (#5596) 2017-07-12 12:25:17 +03:00
plugin-gdb Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-git Move JSON-RPC endpoints ids to constants (#5612) 2017-07-12 10:21:19 +03:00
plugin-github
plugin-gwt
plugin-help Fix dependencies (#5590) 2017-07-11 10:02:45 +03:00
plugin-java Removes EverREST over WebSocket feature from IDE (#5622) 2017-07-12 16:39:25 +03:00
plugin-java-debugger
plugin-json Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-keybinding-eclipse
plugin-languageserver Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-machine Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-maven Merge branch 'master' into spi 2017-07-13 10:24:36 +03:00
plugin-nodejs
plugin-nodejs-debugger
plugin-orion
plugin-php Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-product-info
plugin-pullrequest-parent Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-python Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-sdk
plugin-svn Merge branch 'master' into spi 2017-07-13 10:24:36 +03:00
plugin-testing Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-testing-java Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-testing-php Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-traefik
plugin-urlfactory
plugin-web Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-zend-debugger
README.md
pom.xml

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] ()