che-server/plugins
Thomas Mäder 052f719c64
Shows icons specific to visibility in "file structure" window. (#11898)
Use icons specific to visibility

Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-11-13 10:23:05 +01:00
..
plugin-camel Apache Camel Language LSP client compatible with Java files (#10262) (#10264) 2018-11-07 20:38:23 +02:00
plugin-ceylon RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-clangd RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-composer RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-cpp RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-csharp RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-dashboard RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-debugger RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-gdb RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-git Use styled dialog instead of browser pop-up for goto line in compare widget (#11738) 2018-10-26 22:51:03 +03:00
plugin-github RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-golang RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-gwt RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-help RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-java Shows icons specific to visibility in "file structure" window. (#11898) 2018-11-13 10:23:05 +01:00
plugin-java-debugger RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-json RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-languageserver Shows icons specific to visibility in "file structure" window. (#11898) 2018-11-13 10:23:05 +01:00
plugin-machine RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-maven RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-nodejs RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-orion Use styled dialog instead of browser pop-up for goto line in compare widget (#11738) 2018-10-26 22:51:03 +03:00
plugin-php RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-product-info Add item menu for Che Public Chat and Issue Tracker (#11756) 2018-11-07 02:11:47 +02:00
plugin-pullrequest-parent RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-python Update python content to valid Python 3.x syntax (#11891) (#11892) 2018-11-10 09:39:19 +01:00
plugin-sdk RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-testing RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-testing-java RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-testing-php RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-urlfactory RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-web Apache Camel Language LSP client compatible with Java files (#10262) (#10264) 2018-11-07 20:38:23 +02:00
plugin-yaml RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
plugin-zend-debugger RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
README.md
pom.xml RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +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] ()