che-server/plugins
Max Shaposhnik 09837c32be Revert "Revert "Fix patch with master""
This reverts commit 5fb9d0bb42.
2017-07-13 11:56:10 +03:00
..
plugin-composer Avoid possible NPE (#5526) 2017-07-04 12:41:04 +03:00
plugin-cpp RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-csharp Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-dashboard RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-debugger RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-docker Revert "Revert "Fix patch with master"" 2017-07-13 11:56:10 +03:00
plugin-gdb New runner for TestNG tests (#5472) 2017-07-06 16:20:58 +03:00
plugin-git CHE-5346 Rework git client-service (#5476) 2017-07-04 11:25:18 +03:00
plugin-github RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-gwt RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-help Fix dependencies (#5590) 2017-07-11 10:02:45 +03:00
plugin-java Rework Find Usages feature to avoid using Everrest based Websocket calls (#5550) 2017-07-11 10:57:58 +03:00
plugin-java-debugger RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-json Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-keycloak Use same auth token on agent 2017-07-04 17:22:41 +03:00
plugin-languageserver Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-machine Replace Window.open() with JS native call (#5584) 2017-07-10 19:39:33 +03:00
plugin-maven Revert "Revert "Fix patch with master"" 2017-07-13 11:56:10 +03:00
plugin-nodejs RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-nodejs-debugger RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-orion RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-php Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-product-info RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-pullrequest-parent Replace Window.open() with JS native call (#5584) 2017-07-10 19:39:33 +03:00
plugin-python Add support for using multiple language servers to be registered for the same files #4609 (#5442) 2017-07-10 10:20:30 +02:00
plugin-sdk RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-ssh-machine RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-svn Replace Window.open() with JS native call (#5584) 2017-07-10 19:39:33 +03:00
plugin-testing New runner for TestNG tests (#5472) 2017-07-06 16:20:58 +03:00
plugin-testing-java New runner for TestNG tests (#5472) 2017-07-06 16:20:58 +03:00
plugin-testing-php New runner for TestNG tests (#5472) 2017-07-06 16:20:58 +03:00
plugin-traefik Openshift connector improvements (#5052) 2017-07-04 18:11:32 +02:00
plugin-urlfactory RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-web Replace Window.open() with JS native call (#5584) 2017-07-10 19:39:33 +03:00
plugin-zend-debugger RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Merge branch 'master' into che5362 2017-07-05 17:37:17 +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] ()