che-server/plugins
Sergii Kabashniuk 86809b9ad0 Fix compilation issues that is preventing release 2017-04-25 19:12:12 +03:00
..
plugin-composer CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-cpp [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-csharp 3656 Port Languages Server Support to lsp4j (#4765) 2017-04-19 17:33:59 +03:00
plugin-dashboard CHE-4614 Move plugin-dashboard to ide core (#4790) 2017-04-21 16:58:30 +03:00
plugin-debugger CHE-4582: Restore debug state correctly after page is being refreshed (#4842) 2017-04-24 16:09:01 +03:00
plugin-docker [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-gdb CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-git CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-github [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-gwt CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-java CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-java-debugger CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-json 3656 Port Languages Server Support to lsp4j (#4765) 2017-04-19 17:33:59 +03:00
plugin-keybinding-eclipse [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-languageserver Fix compilation issues that is preventing release 2017-04-25 19:12:12 +03:00
plugin-machine CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-maven CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-nodejs-debugger CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-orion Concept of Minimal and Full assembly (#4578) 2017-04-14 10:05:03 +03:00
plugin-php 3656 Port Languages Server Support to lsp4j (#4765) 2017-04-19 17:33:59 +03:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-pullrequest-parent CHE-4379 Cannot reduce process panel size (#4829) 2017-04-24 17:57:59 +03:00
plugin-python 3656 Port Languages Server Support to lsp4j (#4765) 2017-04-19 17:33:59 +03:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-ssh-machine [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-svn CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-terminal-ui CHE-4251: Update terminal client to the latest version. (#4449) 2017-04-03 15:42:29 +00:00
plugin-testing CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
plugin-testing-java [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-urlfactory [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
plugin-web 3656 Port Languages Server Support to lsp4j (#4765) 2017-04-19 17:33:59 +03:00
plugin-zend-debugger [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +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] ()