che-server/plugins
Valeriy Svydenko 9fe43a1dcf Show Processes panel when Terminal is opened (#3432) 2016-12-19 14:59:46 +02:00
..
plugin-cpp [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-csharp [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-debugger Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +02:00
plugin-docker CHE-3129 - Project can't be created without Z option (#3130) 2016-12-15 15:06:41 +02:00
plugin-gdb CHE-146. Add ability to suspend gdb debugger session and breakpoints for endless loop 2016-12-09 12:21:03 +02:00
plugin-git CHE-3369 Git history panel is not opened (#3414) 2016-12-19 10:21:14 +02:00
plugin-github [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-java #3220 use document changes instead of full text replacing on organize import operation (#3409) 2016-12-16 11:00:18 +02:00
plugin-java-debugger Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +02:00
plugin-java-test-runner Zend Debugger for PHP (#3202) 2016-12-08 12:25:31 +02:00
plugin-json [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-languageserver Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +02:00
plugin-machine Show Processes panel when Terminal is opened (#3432) 2016-12-19 14:59:46 +02:00
plugin-maven Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +02:00
plugin-nodejs ARTIK-249: Add run attribute to NodeJs project (#3368) 2016-12-13 16:14:16 +02:00
plugin-nodejs-debugger CHE-146. Add ability to suspend gdb debugger session and breakpoints for endless loop 2016-12-09 12:21:03 +02:00
plugin-orion #3220 use document changes instead of full text replacing on organize import operation (#3409) 2016-12-16 11:00:18 +02:00
plugin-php [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-ssh-key [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
plugin-ssh-machine Add run terminal command to ssh agent launcher (#3354) 2016-12-13 15:16:34 +02:00
plugin-svn CHE-2463 Improve Panels behaviors in IDE (#3151) 2016-12-07 17:45:37 +02:00
plugin-web #3119 change version to M9 2016-12-08 17:22:38 +02:00
plugin-zend-debugger CHE-3363: Fix initialization ZendDbgFileUtils (#3398) 2016-12-15 17:22:32 +02:00
README.md
pom.xml Zend Debugger for PHP (#3202) 2016-12-08 12:25:31 +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)