che-server/plugins
Thomas Mäder 58dc906339 Fix formatting
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
..
plugin-camel
plugin-ceylon
plugin-clangd
plugin-composer
plugin-cpp
plugin-csharp Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-dashboard
plugin-debugger CHE-6914: Move Java Debugger Location Conversion to jdt.ls extension 2018-10-17 15:05:02 +02:00
plugin-gdb
plugin-git
plugin-github
plugin-golang
plugin-gwt
plugin-help
plugin-java Make sure we udpate local projects when importing or on startup (#11598) 2018-10-17 15:05:02 +02:00
plugin-java-debugger Fix java debugger integration tests (#11395) 2018-10-17 15:05:02 +02:00
plugin-json
plugin-keybinding-eclipse Show information about methods' signatures (#8731) 2018-10-17 15:05:02 +02:00
plugin-languageserver Fix formatting 2018-10-17 15:05:02 +02:00
plugin-machine
plugin-maven Update to LSP4J 0.5.0.M1 2018-10-17 15:05:02 +02:00
plugin-nodejs
plugin-nodejs-debugger
plugin-orion
plugin-php Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-product-info
plugin-pullrequest-parent
plugin-python Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-sdk
plugin-testing Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-testing-java Merging master 2018-10-17 15:05:02 +02:00
plugin-testing-php Removed unused eclipse bundles (#10907) 2018-10-17 15:05:02 +02:00
plugin-urlfactory
plugin-web Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-yaml
plugin-zend-debugger CHE-6914: Move Java Debugger Location Conversion to jdt.ls extension 2018-10-17 15:05:02 +02:00
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] ()