che-server/plugins
Alexander Garagatyi e9dbf0f341 Fix docker system info model class. (#1662)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-07-06 10:20:48 +03:00
..
plugin-cpp Resource management 2016-07-02 18:15:33 +03:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-docker Fix docker system info model class. (#1662) 2016-07-06 10:20:48 +03:00
plugin-gdb Resource management 2016-07-02 18:15:33 +03:00
plugin-git Merge pull request #1383 from eclipse/projectManager 2016-07-04 16:17:57 +03:00
plugin-github User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-java Avoid getting possible null pointer exception. 2016-07-05 16:27:57 +03:00
plugin-java-debugger Resource management 2016-07-02 18:15:33 +03:00
plugin-machine CHE-1416: don't activate consoles part in case factory (#1664) 2016-07-05 21:27:49 +03:00
plugin-maven Resource management 2016-07-02 18:15:33 +03:00
plugin-nodejs Resource management 2016-07-02 18:15:33 +03:00
plugin-orion Improve cursor color for vi mode 2016-07-05 17:16:31 +03:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-python Resource management 2016-07-02 18:15:33 +03:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-ssh-key User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-ssh-machine [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-svn User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-web Resource management 2016-07-02 18:15:33 +03:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00: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] (https://eclipse-che.readme.io/docs/plug-ins#add-plug-in-by-referencing-from-che)