che-server/plugins
Aleksandr Andrienko 1bbfeed3d7 CHE-2922: Fix 'Ctrl+S' hotKey for Emacs. Add simple UI for incremental search. (#3260)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-01-16 18:06:39 +02:00
..
plugin-composer Composer project generation (#3726) 2017-01-16 14:05:08 +02:00
plugin-cpp
plugin-csharp
plugin-dashboard
plugin-debugger
plugin-docker Implement cancellation (#3701) 2017-01-16 18:05:45 +02:00
plugin-gdb
plugin-git
plugin-github Base URL to the master will be provided by AppContext (#3658) 2017-01-13 14:40:25 +02:00
plugin-gwt
plugin-help
plugin-java Remove deprecated method getMediaType (#3724) 2017-01-16 15:26:01 +02:00
plugin-java-debugger
plugin-java-test-runner
plugin-json
plugin-languageserver
plugin-machine Base URL to the master will be provided by AppContext (#3658) 2017-01-13 14:40:25 +02:00
plugin-maven
plugin-nodejs
plugin-nodejs-debugger
plugin-orion CHE-2922: Fix 'Ctrl+S' hotKey for Emacs. Add simple UI for incremental search. (#3260) 2017-01-16 18:06:39 +02:00
plugin-php Composer project generation (#3726) 2017-01-16 14:05:08 +02:00
plugin-product-info
plugin-python
plugin-sdk
plugin-ssh-key Base URL to the master will be provided by AppContext (#3658) 2017-01-13 14:40:25 +02:00
plugin-ssh-machine
plugin-svn
plugin-web
plugin-zend-debugger
README.md
pom.xml Composer project generation (#3726) 2017-01-16 14:05:08 +02: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] ()