che-server/plugins
Angel Misevski f7d247a0d9 CHE-2030: Add tests for ServerEvaluationStrategy
Add tests for ServerEvaluationStrategy, DefaultServerEvaluationStrategy,
and LocalDockerServerEvaluationStrategy

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
2017-01-05 13:52:42 -05:00
..
plugin-cpp Set new license year 2017-01-04 17:10:31 +02:00
plugin-csharp Set new license year 2017-01-04 17:10:31 +02:00
plugin-dashboard Set new license year 2017-01-04 17:10:31 +02:00
plugin-debugger Set new license year 2017-01-04 17:10:31 +02:00
plugin-docker CHE-2030: Add tests for ServerEvaluationStrategy 2017-01-05 13:52:42 -05:00
plugin-gdb Set new license year 2017-01-04 17:10:31 +02:00
plugin-git Set new license year 2017-01-04 17:10:31 +02:00
plugin-github Set new license year 2017-01-04 17:10:31 +02:00
plugin-gwt Set new license year 2017-01-04 17:10:31 +02:00
plugin-help Set new license year 2017-01-04 17:10:31 +02:00
plugin-java Set new license year 2017-01-04 17:10:31 +02:00
plugin-java-debugger Set new license year 2017-01-04 17:10:31 +02:00
plugin-java-test-runner Set new license year 2017-01-04 17:10:31 +02:00
plugin-json Set new license year 2017-01-04 17:10:31 +02:00
plugin-languageserver Set new license year 2017-01-04 17:10:31 +02:00
plugin-machine Set new license year 2017-01-04 17:10:31 +02:00
plugin-maven Set new license year 2017-01-04 17:10:31 +02:00
plugin-nodejs Set new license year 2017-01-04 17:10:31 +02:00
plugin-nodejs-debugger Set new license year 2017-01-04 17:10:31 +02:00
plugin-orion Set new license year 2017-01-04 17:10:31 +02:00
plugin-php Set new license year 2017-01-04 17:10:31 +02:00
plugin-product-info Set new license year 2017-01-04 17:10:31 +02:00
plugin-python Set new license year 2017-01-04 17:10:31 +02:00
plugin-sdk Set new license year 2017-01-04 17:10:31 +02:00
plugin-ssh-key Set new license year 2017-01-04 17:10:31 +02:00
plugin-ssh-machine Set new license year 2017-01-04 17:10:31 +02:00
plugin-svn Set new license year 2017-01-04 17:10:31 +02:00
plugin-web Set new license year 2017-01-04 17:10:31 +02:00
plugin-zend-debugger remove milestone from version 2016-12-23 15:04:56 +02:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Set new license year 2017-01-04 17:10:31 +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] ()