che-server/plugins
Roman I dd1d9b5a58
switch to RC version scheme (#13424)
2019-05-28 13:52:49 +03:00
..
plugin-camel switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-ceylon switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-clangd switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-composer switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-cpp switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-csharp switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-dashboard switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-debugger switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-gdb switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-git switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-github switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-golang switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-gwt switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-help switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-java switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-java-debugger switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-json switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-keybinding-eclipse switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-languageserver switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-machine switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-maven switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-nodejs switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-nodejs-debugger switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-orion switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-php switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-product-info switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-pullrequest-parent switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-python switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-sdk switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-testing switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-testing-java switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-testing-php switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-web switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-yaml switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
plugin-zend-debugger switch to RC version scheme (#13424) 2019-05-28 13:52:49 +03:00
README.md
pom.xml switch to RC version scheme (#13424) 2019-05-28 13:52:49 +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] ()