che-server/plugins
Vladyslav Zhukovskyi dbf623c810
Show build details in dedicate window (#10093)
* Show build details in dedicate window

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

* New Line

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

* New Line

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

* New Line

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

* Add debug id to the anchor

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

* Adopt Dialog About selenium test to actual changes on the UI

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-06-25 11:16:16 +03:00
..
plugin-camel RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-ceylon Basic support of the Eclipse Ceylon language (#10096) 2018-06-21 17:43:01 +02:00
plugin-clangd RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-composer RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-cpp RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-csharp RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-dashboard RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-gdb RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-git RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-github RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-golang RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-gwt RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-help Show build details in dedicate window (#10093) 2018-06-25 11:16:16 +03:00
plugin-java RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-java-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-json RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-languageserver Fixed formatting for python language servers (#10060) 2018-06-20 17:06:22 +03:00
plugin-machine RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-maven RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-nodejs RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-orion RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-php RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-product-info RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-python RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-sdk RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing-java RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing-php RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-urlfactory RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-web Merge pull request #10102 from eclipse/lang_servers 2018-06-19 17:32:54 +03:00
plugin-yaml RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-zend-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
README.md
pom.xml Basic support of the Eclipse Ceylon language (#10096) 2018-06-21 17:43:01 +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] ()