che-server/plugins
Max Shaposhnik afadcd24f3 CHE-3065 Add uncaught exceptions handler in threads being run by ExecutorService (#3174) 2016-11-28 11:50:50 +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#2550: replaced .codenvy folder to .che (#2919) 2016-11-23 09:21:31 +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 CHE-2157: preparation for merge https://github.com/eclipse/che/pull/2157 (#3095) 2016-11-22 15:47:11 +02:00
plugin-json [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-languageserver [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-machine CHE-2365: Add deserializer for 'command' field ComposeServiceImpl. (#2807) 2016-11-17 19:18:36 +02:00
plugin-maven CHE-3065 Add uncaught exceptions handler in threads being run by ExecutorService (#3174) 2016-11-28 11:50:50 +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 #3030 add editor context menu (#3066) 2016-11-15 11:02:23 +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)