che-server/plugins
Yevhen Vydolob 91b543547e #5380 use Orion annotation model instead 'showProblems' method (#5518)
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-07-14 09:09:57 +03:00
..
plugin-composer Rework Composer plugin to avoid using Everrest based Websocket calls (#5629) 2017-07-13 22:06:24 +03:00
plugin-cpp RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
plugin-csharp Fix using project path and fileUri (#5625) 2017-07-13 10:03:33 +03: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 Move mvn and svn tests execution to integration profile (#5596) 2017-07-12 12:25:17 +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 #5380 use Orion annotation model instead 'showProblems' method (#5518) 2017-07-14 09:09:57 +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-languageserver #5380 use Orion annotation model instead 'showProblems' method (#5518) 2017-07-14 09:09:57 +03:00
plugin-machine Replace Window.open() with JS native call (#5584) 2017-07-10 19:39:33 +03:00
plugin-maven Avoid using ProjectManager only for taking project root dir instead of we will use special properties (#5636) 2017-07-13 15:39:50 +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 PR Panel: refactoring 2017-07-13 15:20:33 +02: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 Move mvn and svn tests execution to integration profile (#5596) 2017-07-12 12:25:17 +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 Avoid using ProjectManager only for taking project root dir instead of we will use special properties (#5636) 2017-07-13 15:39:50 +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
pom.xml CHE-5350: rework Maven plugin to avoid using Everrest Websocket (#5527) 2017-07-05 16:22:51 +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] ()