che-server/plugins
Evgen Vidolob 34279b1813 #2676 use theme color for editor meta tag style (#3254)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-02 10:33:45 +02:00
..
plugin-cpp [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-csharp Change C# icon in project wizard (#3153) 2016-11-23 13:20:02 +02:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-debugger code cleanup 2016-11-18 15:17:38 +02:00
plugin-docker CHE-3065 Add uncaught exceptions handler in threads being run by ExecutorService (#3174) 2016-11-28 11:50:50 +02:00
plugin-gdb [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-git che#1947: reorganized json rpc and websocket (#3143) 2016-11-25 14:43:47 +02:00
plugin-github [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-java CHE-2937. Add ability to create batch of projects 2016-11-30 19:08:09 +02:00
plugin-java-debugger [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-java-test-runner Fix maven warnings (#3201) 2016-11-29 16:57:21 +02:00
plugin-json [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-languageserver Performance improvements and other fixes in code completion (#3146) 2016-11-30 16:17:14 +02:00
plugin-machine Unexpected loss of focus on the project (#3170) 2016-11-28 12:30:44 +02:00
plugin-maven CHE-2937. Add ability to create batch of projects 2016-11-30 19:08:09 +02:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-nodejs-debugger CHE-3065 Add uncaught exceptions handler in threads being run by ExecutorService (#3174) 2016-11-28 11:50:50 +02:00
plugin-orion #2676 use theme color for editor meta tag style (#3254) 2016-12-02 10:33:45 +02:00
plugin-php [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-ssh-key Merge branch 'master' of github.com:eclipse/che into CHE-1661 2016-11-10 19:17:55 +02:00
plugin-ssh-machine [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-svn [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-web [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml CHE-2157: preparation for merge https://github.com/eclipse/che/pull/2157 (#3095) 2016-11-22 15:47:11 +02: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)