che-server/plugins
Thomas Mäder 29f124cead Fix licenses, update to new version
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
..
plugin-camel RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-ceylon RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-clangd RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-composer RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-cpp RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-csharp Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-dashboard RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-debugger RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-gdb RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-git Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-github Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-golang RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-gwt RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-help RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-java Fix licenses, update to new version 2018-10-17 15:05:02 +02:00
plugin-java-debugger Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-json RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-languageserver Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-machine Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-maven Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-nodejs RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-orion RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-php Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-product-info RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-pullrequest-parent Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-python Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-sdk RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-testing RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-testing-java Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-testing-php RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +03:00
plugin-urlfactory Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-web Introduce LaunchingStrategy to allow per project/workspace LS's 2018-10-17 15:05:02 +02:00
plugin-yaml Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
plugin-zend-debugger Upgrade to new dependency mockito-testng (#10647) 2018-10-10 13:58:33 +03:00
README.md
pom.xml RELEASE: Set next development version (#11434) 2018-10-04 18:25:39 +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] ()