che-server/plugins
Yevhen Vydolob ed2433e415 Provide Action interface, use DOM Element for Action image (#6811)
* #6788 Add Action interface and declare all needed methods from absctract class Action in BaseAction class

Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-10-19 11:25:03 +02:00
..
plugin-activity Merge with master 2017-10-15 14:33:47 +03:00
plugin-composer Merge with master 2017-10-15 14:33:47 +03:00
plugin-cpp Merge with master 2017-10-15 14:33:47 +03:00
plugin-csharp Merge with master 2017-10-15 14:33:47 +03:00
plugin-dashboard Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-debugger Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-gdb CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +00:00
plugin-git Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-github Remove svn plugin (#6745) 2017-10-17 15:19:04 +03:00
plugin-gwt RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-help Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-java Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-java-debugger Add dependency on tools.jar automatically but only if JDK is < 1.9 as after 1.8 the tools.jar is not required 2017-10-18 17:23:23 +02:00
plugin-json RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-languageserver Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-machine Move Docker client to Docker infrastructure packaging (#6779) 2017-10-18 15:08:55 +03:00
plugin-maven Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-nodejs RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-nodejs-debugger Merge with master 2017-10-15 14:33:47 +03:00
plugin-orion RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-php Merge with master 2017-10-15 14:33:47 +03:00
plugin-product-info RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-pullrequest-parent Merge with master 2017-10-15 14:33:47 +03:00
plugin-python Merge with master 2017-10-15 14:33:47 +03:00
plugin-sdk Move Docker client to Docker infrastructure packaging (#6779) 2017-10-18 15:08:55 +03:00
plugin-testing Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-testing-java Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-testing-php Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-traefik Move Docker client to Docker infrastructure packaging (#6779) 2017-10-18 15:08:55 +03:00
plugin-urlfactory Apply fixes to update maven plugins 2017-10-17 21:44:00 +02:00
plugin-web Provide Action interface, use DOM Element for Action image (#6811) 2017-10-19 11:25:03 +02:00
plugin-yaml Merge with master 2017-10-15 14:33:47 +03:00
plugin-zend-debugger Merge with master 2017-10-15 14:33:47 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Move Docker client to Docker infrastructure packaging (#6779) 2017-10-18 15:08:55 +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] ()