che-server/plugins
Oleksandr Garagatyi cd1301d115 CHE-6124: Do not publish exposed ports in Docker machines
Publish port in Docker machines only in case there is a server
in the workspace config that represents the port.
Refactor OpenShift infrastructure code.
Refactor Docker infrastructure code.
Add constant of memory attribute and reuse it everywhere it is
hardcoded.
Add constant for installer environment attribute and reuse it
everywhere it is hardcoded.
Add machine memory attribute validation to workspace validation.
Move provisioning of servers, environment variables from
infrastructure implementations to runtime SPI abstract level.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-26 12:10:36 +03:00
..
plugin-activity Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-composer Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-cpp Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-csharp Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-dashboard Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-debugger CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
plugin-gdb CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
plugin-git Check class instance before cast it (#6996) 2017-10-25 17:31:19 +03:00
plugin-github Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-gwt Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-help Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-java CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
plugin-java-debugger CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
plugin-json Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-keybinding-eclipse Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-languageserver Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-machine Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-maven Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-nodejs Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-nodejs-debugger CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
plugin-orion Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-php Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-product-info Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-pullrequest-parent Apply google format v1.4 https://github.com/google/google-java-format/releases/tag/google-java-format-1.4 2017-10-19 22:23:04 +02:00
plugin-python Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-sdk Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-testing Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-testing-java Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-testing-php Apply google format v1.4 https://github.com/google/google-java-format/releases/tag/google-java-format-1.4 2017-10-19 22:23:04 +02:00
plugin-traefik Cleanup some Mockito deprecated usage (che6) (#6864) 2017-10-21 09:07:43 +02:00
plugin-urlfactory CHE-6124: Do not publish exposed ports in Docker machines 2017-10-26 12:10:36 +03:00
plugin-web Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-yaml Apply google format v1.4 https://github.com/google/google-java-format/releases/tag/google-java-format-1.4 2017-10-19 22:23:04 +02:00
plugin-zend-debugger CHE-6843: Navigate to breakpoint (#6960) 2017-10-25 13:53:53 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +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] ()