che-server/plugins
i053322 3a846378f6 Add support for checkout exception
add a mapper for checkout git exceptions
add new messages : GitConlict , GitInvalidRefName , GitRefAlreadyExist , GitRefNotFound

Signed-off-by: i053322 <yossi.balan@sap.com>
2016-08-09 10:28:58 +03:00
..
plugin-cpp [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-docker CODENVY-453: Add ability to support docker registries with dynamic passwords 2016-08-08 16:22:01 +03:00
plugin-gdb [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-git CHE-2033 Remove Che Git Provider module 2016-08-04 11:01:16 +03:00
plugin-github Add support for checkout exception 2016-08-09 10:28:58 +03:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-java CHE-1964: add libraries from containers for building classpath 2016-08-04 14:48:00 +03:00
plugin-java-debugger [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-machine CHE-1933 Display appropriate content for different recipe types 2016-08-03 17:42:08 +03:00
plugin-maven [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-orion [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-sdk CHE-2033 Remove Native Git implementation 2016-08-04 11:01:16 +03:00
plugin-ssh-key CHE-1964: add libraries from containers for building classpath 2016-08-04 14:48:00 +03:00
plugin-ssh-machine CHE-1368: rework machine's output/statuses events subscribing (#1600) 2016-08-03 13:22:04 +03:00
plugin-svn [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +00:00
plugin-web [maven-release-plugin] prepare for next development iteration 2016-08-01 10:32:16 +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-08-01 10:32:16 +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)