che-server/plugins
Vitalii Parfonov d60d4da5a9 Workaround for fixing freeze browser for big project (#6341)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-09-19 13:06:23 +03:00
..
plugin-activity RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-composer RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-cpp RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-csharp RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-dashboard RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-debugger Thread dump for java debugger (#5320) 2017-09-13 13:35:28 +03:00
plugin-docker openshift.io-798 Checking only first 20 chars of tag in 'getImageStreamTagFromRepo' for long tags 2017-09-13 14:06:18 +02:00
plugin-gdb Thread dump for java debugger (#5320) 2017-09-13 13:35:28 +03:00
plugin-git Workaround for fixing freeze browser for big project (#6341) 2017-09-19 13:06:23 +03:00
plugin-github RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-gwt RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-help RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-java CHE-5810: Improve client encoding for file or folder path to support special symbols (#6166) 2017-09-14 15:47:32 +03:00
plugin-java-debugger Thread dump for java debugger (#5320) 2017-09-13 13:35:28 +03:00
plugin-json RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-languageserver CHE-5810: Improve client encoding for file or folder path to support special symbols (#6166) 2017-09-14 15:47:32 +03:00
plugin-machine RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-maven CHE-5810: Improve client encoding for file or folder path to support special symbols (#6166) 2017-09-14 15:47:32 +03:00
plugin-nodejs RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-nodejs-debugger Thread dump for java debugger (#5320) 2017-09-13 13:35:28 +03:00
plugin-orion Add ability to switch between files in Git Diff widget (#5965) 2017-09-12 14:13:52 +03:00
plugin-php RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-product-info RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-pullrequest-parent CHE-6114: Fix problems with project explorer performance in big projects (#6175) 2017-09-12 14:41:28 +00:00
plugin-python RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-sdk RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-ssh-machine RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-svn RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-testing Fix warning in pom.xml (#6158) 2017-09-07 09:17:17 +03:00
plugin-testing-java CHE-5886: Run XML test suite for TestNG (#6145) 2017-09-06 11:18:13 +03:00
plugin-testing-php RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-traefik RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-urlfactory RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-web RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-zend-debugger Thread dump for java debugger (#5320) 2017-09-13 13:35:28 +03:00
README.md
pom.xml RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +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] ()