che-server/plugins
Roman Nikitenko 93b0ffed98 CHE-9467. Add ability to get File Type by provider and avoid File Type collision
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-08-17 15:26:37 +03:00
..
plugin-camel
plugin-ceylon CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-clangd
plugin-composer
plugin-cpp CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-csharp CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-dashboard
plugin-debugger
plugin-gdb
plugin-git
plugin-github
plugin-golang
plugin-gwt
plugin-help
plugin-java CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-java-debugger
plugin-json
plugin-keybinding-eclipse
plugin-languageserver CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-machine
plugin-maven CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-nodejs
plugin-nodejs-debugger
plugin-orion
plugin-php CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-product-info
plugin-pullrequest-parent
plugin-python CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-sdk
plugin-testing
plugin-testing-java
plugin-testing-php
plugin-urlfactory
plugin-web CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-yaml
plugin-zend-debugger
README.md
pom.xml

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] ()