che-server/plugins
Anatoliy Bazko e079338a11 CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +03:00
..
plugin-cpp set M5 version 2016-09-27 16:08:19 +03:00
plugin-csharp CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +03:00
plugin-dashboard set M5 version 2016-09-27 16:08:19 +03:00
plugin-debugger Fix #2649 : Allow on Mac to use alt + 5 which is for example to enter { (map to use action keybinding instead of alt) (#2656) 2016-09-30 09:36:33 +02:00
plugin-docker Add property machine.docker.local_node_host.external. (#2402) 2016-09-28 18:52:28 +02:00
plugin-gdb CHE-1929. Do not use machine API for machine handling 2016-09-29 15:44:10 +03:00
plugin-git set M5 version 2016-09-27 16:08:19 +03:00
plugin-github set M5 version 2016-09-27 16:08:19 +03:00
plugin-gwt set M5 version 2016-09-27 16:08:19 +03:00
plugin-help set M5 version 2016-09-27 16:08:19 +03:00
plugin-java CHE-1857: add ability to rename projects (#2436) 2016-09-28 10:52:16 +03:00
plugin-java-debugger CHE-1929. Do not use machine API for machine handling 2016-09-29 15:44:10 +03:00
plugin-json CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +03:00
plugin-languageserver CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +03:00
plugin-machine CHE-1929. Do not use machine API for machine handling 2016-09-29 15:44:10 +03:00
plugin-maven CHE-1857: add ability to rename projects (#2436) 2016-09-28 10:52:16 +03:00
plugin-nodejs set M5 version 2016-09-27 16:08:19 +03:00
plugin-nodejs-debugger CHE-2214: Fix compilation error (#2665) 2016-09-30 12:16:03 +03:00
plugin-orion #1801 implement 'Signature Help' LS feature (#2645) 2016-09-29 12:27:59 +03:00
plugin-php CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +03:00
plugin-product-info set M5 version 2016-09-27 16:08:19 +03:00
plugin-python set M5 version 2016-09-27 16:08:19 +03:00
plugin-sdk set M5 version 2016-09-27 16:08:19 +03:00
plugin-ssh-key set M5 version 2016-09-27 16:08:19 +03:00
plugin-ssh-machine Add property machine.docker.local_node_host.external. (#2402) 2016-09-28 18:52:28 +02:00
plugin-svn set M5 version 2016-09-27 16:08:19 +03:00
plugin-web set M5 version 2016-09-27 16:08:19 +03:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml CHE-2552: Language server module refactoring (#2677) 2016-10-04 11:49:24 +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)