che-server/plugins
Artem Zatsarynnyi e346d42050 Fix merge 2017-07-17 08:16:29 +03:00
..
plugin-composer Merge branch 'master' into spi 2017-07-14 16:03:43 +03:00
plugin-cpp
plugin-csharp Fix using project path and fileUri (#5625) 2017-07-13 10:03:33 +03: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 Merge branch 'master' into spi 2017-07-14 16:03:43 +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-14 16:03:43 +03:00
plugin-machine Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-maven Fix merge 2017-07-17 08:16:29 +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-14 16:03:43 +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 Remove plugin docker machine 2017-07-06 15:23:34 +03:00
plugin-svn Merge branch 'master' into spi 2017-07-13 10:24:36 +03:00
plugin-testing Remove che-core-api-machine-shared module moved execagent client dtos 2017-07-14 12:09:06 +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-14 16:03:43 +03:00
plugin-traefik Remove traefik from build 2017-07-07 14:10:55 +03:00
plugin-urlfactory Move OldRecipe from machine to workspace api module 2017-07-14 10:25:43 +03:00
plugin-web Merge branch 'master' into spi 2017-07-12 11:37:57 +03:00
plugin-zend-debugger
README.md
pom.xml CHE-5350: rework Maven plugin to avoid using Everrest Websocket (#5527) 2017-07-05 16:22: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] ()