che-server/plugins
Valeriy Svydenko 6162ca1d87 ARTIK-249: Add run attribute to NodeJs project (#3368) 2016-12-13 16:14:16 +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-3199: add cpu limits configuration (#3278) 2016-12-07 17:39:59 +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 Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +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 Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +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 Add exec-agent (#2163) 2016-12-08 16:18:25 +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 [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00: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-146. Add ability to suspend gdb debugger session and breakpoints for endless loop 2016-12-09 12:21:03 +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)