che-server/plugins
Max Shaposhnik 035fd6c7ff
Restore functionality of uploading SSH keys to machine on startup.
2018-01-11 09:59:41 +02:00
..
plugin-activity RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-composer RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-cpp RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-csharp RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-dashboard RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-gdb RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-git CHE-6968: Add filtering by project in Git Colorizers (#8102) 2018-01-05 14:38:24 +00:00
plugin-github RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-gwt RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-help RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-java Added small delay before update presentation state this is need for correct UI initialization (#8199) 2018-01-05 16:29:17 +02:00
plugin-java-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-json RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-languageserver CHE-7524: Separate text color from background in search widgets (#8144) 2018-01-05 13:58:46 +00:00
plugin-machine Restore functionality of uploading SSH keys to machine on startup. 2018-01-11 09:59:41 +02:00
plugin-maven RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-nodejs RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-nodejs-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-orion RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-php RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-product-info RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-pullrequest-parent RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-python RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-sdk RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-testing RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-testing-java RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-testing-php RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-traefik RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-urlfactory RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-web RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-yaml RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-zend-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +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] ()