che-server/plugins
Artem Zatsarynnyi bbd0c1abb2 Introduce Intelligent Commands (#4389)
Introduce Intelligent Commands
2017-03-23 18:23:17 +02:00
..
plugin-composer [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-cpp Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-csharp Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-dashboard Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-docker [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-gdb CHE-3659: Remove GDB debug configuration (#4513) 2017-03-23 10:50:48 +02:00
plugin-git [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-github CHE-3930: Move SshServiceClient from wsmaster to wsagent war (#4386) 2017-03-17 14:05:20 +02:00
plugin-gwt Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-help [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-java Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-java-debugger Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-json [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-keybinding-eclipse [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-languageserver Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-machine Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-maven Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-nodejs Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-nodejs-debugger [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-orion Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-php Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-python Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-requirejs [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-sdk Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-ssh-machine [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-svn CHE-4447: Add default implemnattion of authentication asking dialog (#4490) 2017-03-21 17:20:40 +02:00
plugin-terminal-ui [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-testing Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-testing-java [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
plugin-web Introduce Intelligent Commands (#4389) 2017-03-23 18:23:17 +02:00
plugin-zend-debugger [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Moved plugin-ssh-key from plugins to core modules of ws-agent (#4485) 2017-03-21 22:55:42 +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] ()