che-server/plugins
Vitalii Parfonov 53a28f96da Change C# icon in project wizard (#3153)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-23 13:20:02 +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 CODENVY-657: Do not log SourceNotFoundException (#3084) 2016-11-22 22:55:25 +02:00
plugin-gdb [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-git CHE-638: Trim added new git remote url (#3014) 2016-11-14 17:05:24 +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#2550: replaced .codenvy folder to .che (#2919) 2016-11-23 09:21:31 +02:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
plugin-nodejs-debugger debugger improvement 2016-11-18 15:17:38 +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)