che-server/plugins
Oleksii Orel db67256191 CHE-4927 fix light theme styles
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2018-01-25 11:17:09 +02:00
..
plugin-activity Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-composer RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-cpp Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-csharp Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-dashboard CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-gdb Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-git CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-github CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-gwt Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-help CHE-7577 CHE6 UI refinements (#8329) 2018-01-19 16:05:44 +02:00
plugin-java CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-java-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-json Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-keybinding-eclipse Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-languageserver CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-machine Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-maven Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-nodejs Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-nodejs-debugger Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-orion Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-php Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-product-info Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-pullrequest-parent CHE-4927 fix light theme styles 2018-01-25 11:17:09 +02:00
plugin-python Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-sdk Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing-java Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-testing-php RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
plugin-traefik Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-urlfactory Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-web Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-yaml Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
plugin-zend-debugger RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
README.md
pom.xml Set new year in license headers (#8244) 2018-01-11 16:04:49 +02: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] ()