che-server/plugins
Anatoliy Bazko 0b86fa358b
Improve java debug performance to fetch list of threads/frames/variables (#10492)
* Improve debug performance

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2018-07-24 06:19:36 +00:00
..
plugin-camel RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-ceylon RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-clangd Update regexp for c-based file extensions 2018-07-12 19:07:56 +03:00
plugin-composer RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-cpp RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-csharp Update regex for initializing C# language server (#10421) 2018-07-17 14:30:46 +02:00
plugin-dashboard RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-debugger Improve java debug performance to fetch list of threads/frames/variables (#10492) 2018-07-24 06:19:36 +00:00
plugin-gdb RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-git RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-github RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-golang RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-gwt RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-help RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-java RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-java-debugger Improve java debug performance to fetch list of threads/frames/variables (#10492) 2018-07-24 06:19:36 +00:00
plugin-json RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-languageserver CHE-10286: Switch import rest methods to Json-rpc (#10440) 2018-07-18 12:01:15 +03:00
plugin-machine RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-maven RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-nodejs RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-orion RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-php RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-product-info RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-python RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-sdk RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-testing RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-testing-java RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-testing-php RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-urlfactory RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-web RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-yaml RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-zend-debugger RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +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] ()