che-server/plugins
Jonah Graham bf639e3ca5 CHE-8304: Support DTO generating for new LSP4J constructs
Support for classes that extend a Map type and Either3.
See org.eclipse.lsp4j.FormattingOptions

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2018-01-18 11:59:34 +01:00
..
plugin-activity Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-composer RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-cpp Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-csharp Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-dashboard Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-gdb Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-git Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-github Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-gwt Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-help Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-java Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-java-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-json Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-keybinding-eclipse Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-languageserver CHE-8304: Support DTO generating for new LSP4J constructs 2018-01-18 11:59:34 +01:00
plugin-machine Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-maven Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-nodejs Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-nodejs-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-orion Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-php Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-product-info Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-pullrequest-parent Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-python Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-sdk Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing-java Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing-php RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-traefik Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-urlfactory Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-web Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-yaml Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-zend-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Set new year in license headers (#8244) 2018-01-11 16:04:49 +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] ()