che-server/plugins
Sergii Kabashniuk a0d8932154 Merge remote-tracking branch 'origin/master' into spi 2017-08-02 15:07:05 +03:00
..
plugin-composer Fix ID for ws-agent's JSON-RPC endpoint (#5870) 2017-08-02 12:22:47 +03:00
plugin-cpp IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-csharp IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-dashboard Remove unused dependency 2017-07-24 17:02:30 +03:00
plugin-debugger IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-docker CHE-5684: implement URLRewriter for MacOS (#5839) 2017-07-31 14:36:46 +03:00
plugin-gdb Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-git IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-github IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-gwt RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-help RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-java Merge remote-tracking branch 'origin/master' into spi 2017-08-02 15:07:05 +03:00
plugin-java-debugger Merge branch 'master' into spi 2017-07-31 12:15:04 +03:00
plugin-json RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-keybinding-eclipse Adapt JUnit4 runner according new API (#5710) 2017-07-20 09:49:34 +03:00
plugin-languageserver Merge remote-tracking branch 'origin/master' into spi 2017-08-02 15:07:05 +03:00
plugin-machine IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-maven Merge branch 'master' into spi 2017-08-02 10:05:43 +03:00
plugin-nodejs RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-nodejs-debugger Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-orion RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-php IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-product-info RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-pullrequest-parent IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-python IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-sdk Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-svn IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-testing Merge remote-tracking branch 'origin/master' into spi 2017-08-02 15:07:05 +03:00
plugin-testing-java Merge remote-tracking branch 'origin/master' into spi 2017-08-02 15:07:05 +03:00
plugin-testing-php Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-traefik Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-urlfactory Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-web IDE API reorganization (#5867) 2017-08-01 18:16:59 +03:00
plugin-zend-debugger Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
README.md
pom.xml Merge branch 'master' into spi 2017-07-20 12:30:15 +03: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] ()