che-server/plugins
Anatoliy Bazko 2ce3bca97e CHE-6545: Add condition for breakpoints (#6763) 2017-10-18 07:56:06 +00:00
..
plugin-activity RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-composer RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-cpp RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-csharp RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-dashboard RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-debugger CHE-6545: Add condition for breakpoints (#6763) 2017-10-18 07:56:06 +00:00
plugin-docker Apply fixes to update maven plugins 2017-10-17 21:41:57 +02:00
plugin-gdb CHE-6545: Add condition for breakpoints (#6763) 2017-10-18 07:56:06 +00:00
plugin-git RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-github Move to mockito 2.10 2017-10-15 10:34:15 +02:00
plugin-gwt RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-help RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-java Apply fixes to update maven plugins 2017-10-17 21:41:57 +02:00
plugin-java-debugger CHE-6545: Add condition for breakpoints (#6763) 2017-10-18 07:56:06 +00:00
plugin-json RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-languageserver RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-machine RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-maven Move to mockito 2.10 2017-10-15 10:34:15 +02:00
plugin-nodejs RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-nodejs-debugger Move to mockito 2.10 2017-10-15 10:34:15 +02:00
plugin-orion RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-php RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-product-info RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-pullrequest-parent Move to mockito 2.10 2017-10-15 10:34:15 +02:00
plugin-python RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-sdk RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-ssh-machine RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-svn Apply fixes to update maven plugins 2017-10-17 21:41:57 +02:00
plugin-testing RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-testing-java RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-testing-php RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-traefik Move to mockito 2.10 2017-10-15 10:34:15 +02:00
plugin-urlfactory Apply fixes to update maven plugins 2017-10-17 21:41:57 +02:00
plugin-web RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-yaml RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-zend-debugger RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
README.md
pom.xml RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +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] ()