che-server/plugins
Roman Nikitenko 300b9fb81f CHE-9484. Fix contribute part displaying at project selection
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-05-29 16:37:58 +03:00
..
plugin-camel Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-clangd Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-composer Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-cpp Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-csharp Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-dashboard RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-debugger RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-gdb RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-git RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-github RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-gwt RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-help RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-java Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-java-debugger RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-json Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-languageserver Fix injection if any implemntation of LanguageDescription found (#9779) 2018-05-25 14:27:07 +03:00
plugin-machine RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-maven Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-nodejs Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-orion RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-php Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-product-info RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-pullrequest-parent CHE-9484. Fix contribute part displaying at project selection 2018-05-29 16:37:58 +03:00
plugin-python Fixed possible places of failure due to not closing InputStreams(#9780) 2018-05-25 15:23:01 +03:00
plugin-sdk RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-testing RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-testing-java RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-testing-php RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-urlfactory RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
plugin-web Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-yaml Several improvements to the way remote language servers may be configured through workspace configuration (#9387) 2018-05-18 12:17:30 +03:00
plugin-zend-debugger RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +03:00
README.md
pom.xml RELEASE: Set next development version (#9669) 2018-05-11 10:27:31 +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] ()