che-server/plugins
Florent BENOIT fad96260fb Add support for github PR urls
Change-Id: I6cd40ee1c620a22eac17dafd12a066a4fa89988b
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2018-09-08 22:25:23 +02:00
..
plugin-camel RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-ceylon RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-clangd RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-composer RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-cpp RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-csharp RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-dashboard RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-debugger RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-gdb RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-git RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-github Add support for github PR urls 2018-09-08 22:25:23 +02:00
plugin-golang RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-gwt RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-help RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-java RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-java-debugger RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-json RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-languageserver RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-machine RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-maven CHE-10754. Log at the DEBUG level when xml document parsing is quiet (#10997) 2018-09-04 13:47:17 +03:00
plugin-nodejs RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-orion RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-php RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-product-info RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-python RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-sdk RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-testing RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-testing-java CHE-10730: Change log level from Error to Debug when failed to parse xml file (#10953) 2018-09-03 09:28:20 +03:00
plugin-testing-php RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-urlfactory Add support for github PR urls 2018-09-08 22:25:23 +02:00
plugin-web RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-yaml RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
plugin-zend-debugger RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +03:00
README.md
pom.xml RELEASE: Set next development version (#10867) 2018-08-22 12:06:38 +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] ()