che-server/plugins
Sergii Leshchenko a4b9ecad90 CHE-6972 Uncomment and adapt URLFactoryBuilder (#7032) 2017-10-27 12:07:44 +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 Fix maven command template (#7023) 2017-10-26 17:23:09 +03: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-6972 Uncomment and adapt URLFactoryBuilder (#7032) 2017-10-27 12:07:44 +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
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] ()