che-server/plugins
Valeriy Svydenko ffabe2a147 add logging to investigate failures in tests
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 Removal of rename and move refactorings (#10323) 2018-10-17 15:05:02 +02:00
plugin-java-debugger Fix selenium tests (#10418) 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 add logging to investigate failures in tests 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 Consume markup and snippets in completion doc (#10436) 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 Fixups after rebase 2018-10-17 15:05:02 +02:00
plugin-testing-php use jdt.ls extension in java test-plugin (#7429) 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
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] ()