che-server/plugins
Aleksandr Andrienko f2661c97f4 Fix test which periodically failed. (#2835)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-10-20 11:32:49 +03:00
..
plugin-cpp Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-csharp [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-debugger Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-docker Fix test which periodically failed. (#2835) 2016-10-20 11:32:49 +03:00
plugin-gdb Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-git [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-github [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-gwt Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-java Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-java-debugger Annotation used is not the expected one (#2757) 2016-10-11 17:44:22 +02:00
plugin-json Fix #2471: Send json/schemaAssociations notification (#2474) 2016-10-10 11:41:32 +03:00
plugin-languageserver [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-machine Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-maven Fix failing Closure Compiling in case GWT JavaScript compiler output style set to DETAILED mode (#2796) 2016-10-17 12:51:56 +03:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-nodejs-debugger Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-orion [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-php [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-sdk Client command framework improvements (#2730) 2016-10-11 11:35:42 +03:00
plugin-ssh-key [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-ssh-machine [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
plugin-svn CHE-2456: Svn switch action (#2758) 2016-10-13 12:49:46 +03:00
plugin-web [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00: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] (https://eclipse-che.readme.io/docs/plug-ins#add-plug-in-by-referencing-from-che)