che-server/plugins
Mykhailo Kuznietsov 15d23edc91
Update license to EPL 2.0 (#10531)
2018-07-31 11:24:36 +03:00
..
plugin-camel Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-ceylon Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-clangd Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-composer RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-cpp Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-csharp Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-dashboard Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-debugger Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-gdb Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-git Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-github Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-golang Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-gwt Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-help Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-java Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-java-debugger Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-json Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-keybinding-eclipse Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-languageserver Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-machine Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-maven Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-nodejs Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-nodejs-debugger Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-orion Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-php Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-product-info Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-pullrequest-parent Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-python Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-sdk Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-testing Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-testing-java Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-testing-php RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
plugin-urlfactory Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-web Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-yaml Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
plugin-zend-debugger RELEASE: Set next development version (#10345) 2018-07-10 15:56:52 +03:00
README.md
pom.xml Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +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] ()