che-server/plugins
Igor Vinokur b071721ad3
CHE-9418: Fix Git status message if the repository is checkouted to tag or commit. (#10172)
Fix Git status message if the repository is checkouted to tag or commit.
Changed getCurrentBranch method in the Git API to getCurrentReference that returns Reference object that contains reference and type (branch, tag or commit).
2018-07-05 11:33:07 +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 Fix scope of test dependencies (#10254) 2018-07-04 11:23:20 +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 Fix scope of test dependencies (#10254) 2018-07-04 11:23:20 +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 CHE-9418: Fix Git status message if the repository is checkouted to tag or commit. (#10172) 2018-07-05 11:33:07 +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 Fix broken link 2016-12-21 15:38:20 -08:00
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] ()