* Implemented getVersion in OpenShiftConnector Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca> |
||
|---|---|---|
| .. | ||
| plugin-activity | ||
| plugin-composer | ||
| plugin-cpp | ||
| plugin-csharp | ||
| plugin-dashboard | ||
| plugin-debugger | ||
| plugin-docker | ||
| plugin-gdb | ||
| plugin-git | ||
| plugin-github | ||
| plugin-gwt | ||
| plugin-help | ||
| plugin-java | ||
| plugin-java-debugger | ||
| plugin-json | ||
| plugin-keybinding-eclipse | ||
| plugin-languageserver | ||
| plugin-machine | ||
| plugin-maven | ||
| plugin-nodejs | ||
| plugin-nodejs-debugger | ||
| plugin-orion | ||
| plugin-php | ||
| plugin-product-info | ||
| plugin-pullrequest-parent | ||
| plugin-python | ||
| plugin-sdk | ||
| plugin-ssh-machine | ||
| plugin-svn | ||
| plugin-testing | ||
| plugin-testing-java | ||
| plugin-testing-php | ||
| 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] ()