che-server/plugins
Thomas Mäder 3bfebd7001 Try fixing build with -Pintegration
Signed-off-by: Thomas Mäder <tmader@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 Implementers is Broken for Class Files #10337 (#11378) 2018-10-17 15:05:02 +02:00
plugin-java-debugger Try fixing build with -Pintegration 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 Suspend handling of file changed notifications when applying ws edit 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
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] ()