che-server/plugins
Artem Zatsarynnyi f15fbf1cb1
IDE agnostic way to launch GWT Super DevMode (#7084)
Adapted modules to gwt-lib/gwt-app lifecycle;
shared libs have been cleaned up from the GWT related stuff;
enabled launching Super DevMode with a reactor goal gwt:codeserver;
enabled launching Super DevMode inside a dev-machine (for Che in Che development);
separate compiling IDE GWT app from packaging IDE Web app.

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-10-31 15:27:22 +02:00
..
plugin-activity IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-composer IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-cpp IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-csharp IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-dashboard IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-debugger IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-gdb IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-git IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-github IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-gwt IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-help IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-java IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-java-debugger IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-json Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
plugin-keybinding-eclipse IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-languageserver IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-machine IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-maven IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-nodejs IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-nodejs-debugger IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-orion IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-php IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-product-info IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-pullrequest-parent IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-python IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-sdk IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-testing IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-testing-java IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-testing-php IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-traefik IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-urlfactory CHE-6972 Uncomment and adapt URLFactoryBuilder (#7032) 2017-10-27 12:07:44 +03:00
plugin-web IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-yaml IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
plugin-zend-debugger IDE agnostic way to launch GWT Super DevMode (#7084) 2017-10-31 15:27:22 +02:00
README.md
pom.xml Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +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] ()