che-server/plugins
Oleksandr Garagatyi 8be2f0e4dc CHE-5871: Refactor DockerMachineStarter
Refactor DockerMachineStarter to clean it up and reduce
its responsibilities. Move container configuration applying
to InfrastructureProvisioners.
Move classes to different packages to create some structure and
reduce classes mess in a single package.
Uncomment some commented tests.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-08-09 11:35:32 +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-5871: Refactor DockerMachineStarter 2017-08-09 11:35:32 +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 CHE-5871: Refactor DockerMachineStarter 2017-08-09 11:35:32 +03:00
plugin-maven CHE-5871: Refactor DockerMachineStarter 2017-08-09 11:35:32 +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 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] ()