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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-composer CHE-9937 Fix Composer project type (#10606) 2018-08-07 13:55:23 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-debugger RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-gdb Update fmt plugin to latest to enable skipping check #10554 (#10667) 2018-08-08 07:20:05 +00:00
plugin-git RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-github RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-golang RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-gwt RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-help RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-json RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-orion RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing-java RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing-php RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-urlfactory RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
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 RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-zend-debugger Update fmt plugin to latest to enable skipping check #10554 (#10667) 2018-08-08 07:20:05 +00:00
README.md
pom.xml RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +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] ()