che-server/plugins
Valeriy Svydenko 7a41e98599 CHE-1486: fix problem with 'open declaration' action 2016-07-12 20:09:19 +03:00
..
plugin-cpp Resource management 2016-07-02 18:15:33 +03:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
plugin-debugger CHE-920: CHE-920: Fix activation breakpoints inside nested java classes. 2016-07-06 19:50:03 +03:00
plugin-docker Add improvements in docker machine creation code 2016-07-12 10:29:37 +03:00
plugin-gdb Resource management 2016-07-02 18:15:33 +03:00
plugin-git Merge pull request #1383 from eclipse/projectManager 2016-07-04 16:17:57 +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-1486: fix problem with 'open declaration' action 2016-07-12 20:09:19 +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-1475: Append projects root path 2016-07-08 15:38:08 +03:00
plugin-maven Fix cyclic request sending and possible NPE 2016-07-08 13:53:14 +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 [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00: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)