che-server/plugins
Anatoliy Bazko d3278187fb CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +00:00
..
plugin-activity Merge with master 2017-10-15 14:33:47 +03:00
plugin-composer Merge with master 2017-10-15 14:33:47 +03:00
plugin-cpp Merge with master 2017-10-15 14:33:47 +03:00
plugin-csharp Merge with master 2017-10-15 14:33:47 +03:00
plugin-dashboard Merge with master 2017-10-15 14:33:47 +03:00
plugin-debugger CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +00:00
plugin-docker Merge with master 2017-10-15 14:33:47 +03:00
plugin-gdb CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +00:00
plugin-git Merge with master 2017-10-15 14:33:47 +03:00
plugin-github Remove svn plugin (#6745) 2017-10-17 15:19:04 +03: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:44:00 +02:00
plugin-java-debugger CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +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 Merge with master 2017-10-15 14:33:47 +03:00
plugin-machine Merge with master 2017-10-15 14:33:47 +03:00
plugin-maven Remove svn plugin (#6745) 2017-10-17 15:19:04 +03:00
plugin-nodejs RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-nodejs-debugger Merge with master 2017-10-15 14:33:47 +03:00
plugin-orion RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-php Merge with master 2017-10-15 14:33:47 +03:00
plugin-product-info RELEASE: Set next development version (#6692) 2017-10-14 20:17:04 +03:00
plugin-pullrequest-parent Merge with master 2017-10-15 14:33:47 +03:00
plugin-python Merge with master 2017-10-15 14:33:47 +03:00
plugin-sdk Merge with master 2017-10-15 14:33:47 +03:00
plugin-testing Merge with master 2017-10-15 14:33:47 +03:00
plugin-testing-java Merge with master 2017-10-15 14:33:47 +03:00
plugin-testing-php Merge with master 2017-10-15 14:33:47 +03:00
plugin-traefik Merge with master 2017-10-15 14:33:47 +03:00
plugin-urlfactory Apply fixes to update maven plugins 2017-10-17 21:44:00 +02:00
plugin-web Merge with master 2017-10-15 14:33:47 +03:00
plugin-yaml Merge with master 2017-10-15 14:33:47 +03:00
plugin-zend-debugger Merge with master 2017-10-15 14:33:47 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Remove svn plugin (#6745) 2017-10-17 15:19: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] ()