che-server/plugins
Valeriy Svydenko 8aa3f5d773 CHE-5721: import java formatter preferences to the ./che (#5953) 2017-08-16 15:15:41 +03:00
..
plugin-activity Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-composer RELEASE: Set next development version (#5949) 2017-08-09 11:17:20 +03:00
plugin-cpp Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-csharp Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-dashboard Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-debugger CHE-5174 Improving search results (#5989) 2017-08-16 13:17:06 +03:00
plugin-docker Fix OpenShiftConnector.inspectImage() to resolve issue in OS 3.6+ 2017-08-16 13:14:03 +02:00
plugin-gdb Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-git Fix license headers (#5984) 2017-08-14 09:12:48 +03:00
plugin-github Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-gwt Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-help Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-java Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-java-debugger Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-json Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-keybinding-eclipse Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-languageserver Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-machine Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-maven Fix license headers (#5984) 2017-08-14 09:12:48 +03:00
plugin-nodejs Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-nodejs-debugger Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-orion Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-php Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-product-info Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-pullrequest-parent Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-python Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-sdk Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-ssh-machine Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-svn Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-testing CHE-5721: import java formatter preferences to the ./che (#5953) 2017-08-16 15:15:41 +03:00
plugin-testing-java Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-testing-php RELEASE: Set next development version (#5949) 2017-08-09 11:17:20 +03:00
plugin-traefik Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-urlfactory Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-web Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
plugin-zend-debugger RELEASE: Set next development version (#5949) 2017-08-09 11:17:20 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03: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] ()