che-server/plugins
Oleksandr Garagatyi 80527ceb2f CHE-5684: implement URLRewriter for MacOS (#5839)
Implement and bind as default impl URLRewriter which makes Docker
infra work on MacOS or Windows. Property 'che.docker.ip.external'
should be used to set the correct external hostname for
containers.
Refactored URLRewriter interface to use strings as URLs instead of
URL class since it can't handle non-basic protocols, e.g. ws.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-07-31 14:36:46 +03:00
..
plugin-composer Enable Composer plugin 2017-07-20 15:59:22 +03:00
plugin-cpp RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-csharp RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-dashboard Remove unused dependency 2017-07-24 17:02:30 +03:00
plugin-debugger Merge branch 'master' into spi 2017-07-31 12:15:04 +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 Merge branch 'master' into spi 2017-07-28 16:56:28 +03:00
plugin-github Rename methods (#5762) 2017-07-21 10:15:20 +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 branch 'spi' of github.com:eclipse/che into spi 2017-07-28 16:56:50 +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 branch 'spi' of github.com:eclipse/che into spi 2017-07-28 16:56:50 +03:00
plugin-machine Rename methods (#5762) 2017-07-21 10:15:20 +03:00
plugin-maven Merge branch 'master' into spi 2017-07-28 16:56:28 +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 RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-product-info RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-pullrequest-parent Squashed commit of the following: (#5812) 2017-07-28 15:59:25 +03:00
plugin-python RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-sdk Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-svn Rename methods (#5762) 2017-07-21 10:15:20 +03:00
plugin-testing Squashed commit of the following: (#5812) 2017-07-28 15:59:25 +03:00
plugin-testing-java Merge branch 'master' into spi 2017-07-26 11:45:33 +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 Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
plugin-zend-debugger Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
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] ()