che-server/plugins
Valeriy Svydenko 206baad2c2 Don't throw an exception if none LS was found for some uri (#11094)
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
2018-10-17 15:05:02 +02:00
..
plugin-camel RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-ceylon RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-clangd RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-composer RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-cpp RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-csharp Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-dashboard RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-debugger CHE-6914: Move Java Debugger Location Conversion to jdt.ls extension 2018-10-17 15:05:02 +02:00
plugin-gdb RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-git Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-github Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-golang RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-gwt RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-help RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-java Don't throw an exception if none LS was found for some uri (#11094) 2018-10-17 15:05:02 +02:00
plugin-java-debugger Use notifications instead of client commands (#11057) 2018-10-17 15:05:02 +02:00
plugin-json RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-keybinding-eclipse Show information about methods' signatures (#8731) 2018-10-17 15:05:02 +02:00
plugin-languageserver Source folders of Plain Java project are not properly shown in Project Explorer after WS is restarted #10456 (#11003) 2018-10-17 15:05:02 +02:00
plugin-machine Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-maven Update to LSP4J 0.5.0.M1 2018-10-17 15:05:02 +02:00
plugin-nodejs RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-orion RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-php Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-product-info RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-pullrequest-parent Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-python Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-sdk RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
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 Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-web Make jdt.ls branch work with refactored LS launchers 2018-10-17 15:05:02 +02:00
plugin-yaml Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-zend-debugger CHE-6914: Move Java Debugger Location Conversion to jdt.ls extension 2018-10-17 15:05:02 +02:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +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] ()