che-server/plugins
Sergii Kabashniuk 10f1267233 Merge remote-tracking branch 'origin/master' into che5362 2017-06-19 08:42:44 +03:00
..
plugin-composer RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-cpp RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-csharp RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-dashboard RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-debugger RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-docker Change the way the invalid symbols in command are handled. By default this is appended to the testng-results.xml file 2017-06-14 17:32:43 +02:00
plugin-gdb RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-git RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-github RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-gwt RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-help RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-java CHE-5020. Add ability to cancel rename operation by Escape button 2017-06-15 15:50:27 +03:00
plugin-java-debugger RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-json RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-keybinding-eclipse RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-keycloak Fix start 2017-06-16 15:24:13 +03:00
plugin-languageserver RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-machine RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-maven RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-nodejs RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-nodejs-debugger RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-orion RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-php RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-product-info RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-pullrequest-parent RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-python Fix incorrect exception message 2017-06-14 21:20:49 +02:00
plugin-sdk RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-ssh-machine RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-svn RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-testing RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-testing-java RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-traefik RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-urlfactory RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-web RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
plugin-zend-debugger RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Move keycloak plugins into plugins 2017-06-14 16:29: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] ()