che-server/plugins
Josh Pinkney 34ba429d58 Implemented getVersion in OpenShiftConnector (#6222)
* Implemented getVersion in OpenShiftConnector

Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2017-10-02 07:42:42 +02:00
..
plugin-activity
plugin-composer
plugin-cpp
plugin-csharp
plugin-dashboard
plugin-debugger Small fixes for master (#6462) 2017-09-27 11:26:56 +00:00
plugin-docker Implemented getVersion in OpenShiftConnector (#6222) 2017-10-02 07:42:42 +02:00
plugin-gdb
plugin-git Revert Git revert action (#6470) 2017-09-27 15:21:46 +00:00
plugin-github
plugin-gwt
plugin-help
plugin-java Fix build with invalid import 2017-09-22 17:54:47 +02:00
plugin-java-debugger Small fixes for master (#6462) 2017-09-27 11:26:56 +00:00
plugin-json
plugin-keybinding-eclipse
plugin-languageserver
plugin-machine Fix logging when an exception occurs on operations with workspaces' ssh keys (#6419) 2017-09-25 16:47:31 +03:00
plugin-maven
plugin-nodejs
plugin-nodejs-debugger
plugin-orion CHE-5729: fix the preview page of refactoring (#6385) 2017-09-22 17:22:04 +03:00
plugin-php
plugin-product-info
plugin-pullrequest-parent
plugin-python
plugin-sdk
plugin-ssh-machine
plugin-svn
plugin-testing CHE-5729: adapt PHP test runner according new API (#6201) 2017-09-21 10:32:10 +03:00
plugin-testing-java CHE-5729: adapt PHP test runner according new API (#6201) 2017-09-21 10:32:10 +03:00
plugin-testing-php CHE-5729: adapt PHP test runner according new API (#6201) 2017-09-21 10:32:10 +03:00
plugin-traefik
plugin-urlfactory
plugin-web
plugin-zend-debugger
README.md
pom.xml

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] ()