che-server/plugins
Vitalii Parfonov cca04b880d
Fix failed build (#8658)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-02-07 15:57:50 +02:00
..
plugin-activity RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-camel Introduce Apache Camel LSP support (#8648) 2018-02-07 14:03:59 +01:00
plugin-composer RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-cpp Reorganize Project->New menu (#8621) 2018-02-06 11:33:41 +02:00
plugin-csharp Reorganize Project->New menu (#8621) 2018-02-06 11:33:41 +02:00
plugin-dashboard RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-debugger RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-gdb RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-git RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-github CHE-6765. Prompt to generate ssh key at import private repo from github 2018-02-05 14:15:26 +02:00
plugin-gwt RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-help RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-java Fix failed build (#8658) 2018-02-07 15:57:50 +02:00
plugin-java-debugger RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-json RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-languageserver RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-machine RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-maven RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-nodejs RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-nodejs-debugger RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-orion RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-php Reorganize Project->New menu (#8621) 2018-02-06 11:33:41 +02:00
plugin-product-info RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-pullrequest-parent RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-python Reorganize Project->New menu (#8621) 2018-02-06 11:33:41 +02:00
plugin-sdk RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-testing RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-testing-java RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-testing-php RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-traefik RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-urlfactory RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-web RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-yaml RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
plugin-zend-debugger RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
README.md
pom.xml Introduce Apache Camel LSP support (#8648) 2018-02-07 14:03:59 +01: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] ()