* Squashed commit of the following:
commit 783d12f7c1987ab74aa194da218523bde8a1d4d4
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 20 17:30:49 2017 +0200
Add missing loading pieces
commit 41288b8ff18257c258bc4b2c69ae2d30fc041a97
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 20 16:13:09 2017 +0200
Add missing loading pieces
commit 7cdadf825420946e5b5eee29de72f91a29a7af9e
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Tue Dec 19 15:38:03 2017 +0200
Add missing loading pieces
commit 79b88c7103e84e2138126b651b16439544bd22cb
Merge: 33a9af0cd9
|
||
|---|---|---|
| .. | ||
| plugin-activity | ||
| plugin-composer | ||
| plugin-cpp | ||
| plugin-csharp | ||
| plugin-dashboard | ||
| plugin-debugger | ||
| 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-testing | ||
| plugin-testing-java | ||
| plugin-testing-php | ||
| plugin-traefik | ||
| plugin-urlfactory | ||
| plugin-web | ||
| plugin-yaml | ||
| 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] ()