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 RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-composer RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-cpp RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-csharp RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-dashboard RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
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 RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-git Revert Git revert action (#6470) 2017-09-27 15:21:46 +00:00
plugin-github RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-gwt RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-help RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
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 RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-languageserver RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
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 RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-nodejs RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-orion CHE-5729: fix the preview page of refactoring (#6385) 2017-09-22 17:22:04 +03:00
plugin-php RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-product-info RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-python RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-sdk RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-ssh-machine RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-svn RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
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 RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-urlfactory RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-web RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
plugin-zend-debugger RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03: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] ()