che-server/plugins
Valeriy Svydenko af860c9796 CHE-1523: disallow renaming of the classes and packages
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-15 19:10:27 +03:00
..
plugin-cpp
plugin-dashboard
plugin-debugger
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
plugin-git CHE-1474: Add update event on close git compare 2016-07-13 16:50:37 +03:00
plugin-github
plugin-gwt
plugin-help
plugin-java CHE-1523: disallow renaming of the classes and packages 2016-07-15 19:10:27 +03:00
plugin-java-debugger
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
plugin-orion
plugin-product-info
plugin-python
plugin-sdk
plugin-ssh-key
plugin-ssh-machine CODENVY-556 Add service for fetching recipe script 2016-07-15 14:49:51 +03:00
plugin-svn
plugin-web
README.md
pom.xml

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)