che-server/plugins
Ilya Buziuk 0bd960605e openshift.io-798 Checking only first 20 chars of tag in 'getImageStreamTagFromRepo' for long tags
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2017-09-13 14:06:18 +02: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 CHE-6114: Fix problems with project explorer performance in big projects (#6175) 2017-09-12 14:41:28 +00: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 Add ability to switch between files in Git Diff widget (#5965) 2017-09-12 14:13:52 +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 5485 apply workspace edit (#5955) 2017-09-07 08:49:36 +03:00
plugin-machine RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-maven lazily init the local repository. 2017-09-11 11:03:41 +02: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 Fix broken link 2016-12-21 15:38:20 -08:00
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] ()