che-server/plugins
Vladyslav Zhukovskyi 4d09c9bb1f
Buffer input file change events and disable file tracking during git reset (#8889)
* Buffer input file change events and disable file tracking during git reset

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Process exceptional situation and resume file watcher service

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Fix formatting

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-03-06 12:27:09 +02:00
..
plugin-activity Perform liveness checks of wsagent by dedicated URL 2018-02-21 12:15:12 +02:00
plugin-camel RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-clangd set correct version in newly contributed plugin (#8807) 2018-02-15 20:39:59 +02:00
plugin-composer RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-cpp RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-csharp RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-dashboard RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-debugger RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-gdb RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-git Buffer input file change events and disable file tracking during git reset (#8889) 2018-03-06 12:27:09 +02:00
plugin-github RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-gwt RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-help RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-java Reset showInheritedMembers flag on each action calls (#8879) 2018-02-23 20:19:03 +02:00
plugin-java-debugger RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-json RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-languageserver ClangD support for Eclipse Che (#7516) 2018-02-15 17:37:26 +02:00
plugin-machine RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-maven Add ability found artifacts in repositories described in pom.xml (#8801) 2018-02-16 14:05:14 +02:00
plugin-nodejs RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-nodejs-debugger RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-orion RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-php RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-product-info RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-pullrequest-parent CHE-7975. Fix displaying Pull Request Panel 2018-02-27 15:43:26 +02:00
plugin-python RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-sdk RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-testing RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-testing-java RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-testing-php RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-urlfactory Restore Che5 factory behaviour. (#9000) 2018-03-03 16:25:12 +02:00
plugin-web RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-yaml RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
plugin-zend-debugger RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
README.md
pom.xml ClangD support for Eclipse Che (#7516) 2018-02-15 17:37:26 +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] ()