che-server/plugins
Valeriy Svydenko 6a4e3831cd CHE-5154: use new implementation of the Language Server Protocol for python (#5267) 2017-06-07 10:07:04 +00:00
..
plugin-composer RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-cpp RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-csharp RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-dashboard RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-debugger CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
plugin-docker Use internal IP if specified. Else on Linux it is not matching the expecting interface name. 2017-06-04 10:29:25 +02:00
plugin-gdb CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
plugin-git CHE-3614: Rework Git commit window (#5081) 2017-05-31 22:00:12 +03:00
plugin-github RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-gwt RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-help RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-java CHE-3570. Add ability to turn on/off autosave mode for editor content 2017-05-31 13:29:01 +00:00
plugin-java-debugger CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
plugin-json RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-keybinding-eclipse RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-languageserver CHE-5154: use new implementation of the Language Server Protocol for python (#5267) 2017-06-07 10:07:04 +00:00
plugin-machine CHE-4058 Removed usage name of a current user as a namespace (#5207) 2017-06-02 11:56:34 +03:00
plugin-maven CHE-3570. Add ability to turn on/off autosave mode for editor content 2017-05-31 13:29:01 +00:00
plugin-nodejs RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-nodejs-debugger CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
plugin-orion RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-php RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-product-info RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-pullrequest-parent RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-python RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-sdk RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-ssh-machine RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-svn RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-testing RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-testing-java Rework top test menu items 2017-05-31 08:39:06 +02:00
plugin-traefik RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-urlfactory RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-web CHE-3570. Add ability to turn on/off autosave mode for editor content 2017-05-31 13:29:01 +00:00
plugin-zend-debugger CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version 2017-05-24 07:30:41 +00: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] ()