che-server/plugins
Anna Shumilova 8bcf82452d Fix the typos in README 2016-07-18 00:37:44 +03:00
..
plugin-cpp Resource management 2016-07-02 18:15:33 +03:00
plugin-dashboard Fix the typos in README 2016-07-18 00:37:44 +03:00
plugin-debugger CHE-920: CHE-920: Fix activation breakpoints inside nested java classes. 2016-07-06 19:50:03 +03:00
plugin-docker Revert "CODENVY-413: Make it possible to mark MachineNode as 'sheduled for maintenace'" 2016-07-14 14:36:40 +03:00
plugin-gdb Resource management 2016-07-02 18:15:33 +03:00
plugin-git CHE-1474: Add update event on close git compare 2016-07-13 16:50:37 +03:00
plugin-github User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-java CHE-1523: disallow renaming of the classes and packages 2016-07-15 19:10:27 +03:00
plugin-java-debugger CHE-920: CHE-920: Fix activation breakpoints inside nested java classes. 2016-07-06 19:50:03 +03:00
plugin-machine CHE-1529: clear registered machines Map and selected machine in widget then WS stopped (#1748) 2016-07-15 17:31:14 +03:00
plugin-maven CHE-1454: show warning dialog if estimation of the maven project has troubles 2016-07-15 12:42:56 +03:00
plugin-nodejs Resource management 2016-07-02 18:15:33 +03:00
plugin-orion CHE-1453: change text selection cover 2016-07-12 13:12:30 +03:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-python Resource management 2016-07-02 18:15:33 +03:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-ssh-key User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-ssh-machine CODENVY-556 Add service for fetching recipe script 2016-07-15 14:49:51 +03:00
plugin-svn User structural refactoring 2016-07-05 11:27:58 +03:00
plugin-web Resource management 2016-07-02 18:15:33 +03: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-06-28 16:00:40 +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)