che-server/plugins
Mykola Morhun 307491c349 CHE-5862: Set right handler on double click in Git Compare window (#5885)
Set right handler on double click in Git Compare window
2017-08-03 16:17:25 +03:00
..
plugin-composer RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-cpp RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-csharp RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-dashboard RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-debugger CHE-5236: Treat decompiled class in a proper way (#5808) 2017-07-28 14:27:39 +00:00
plugin-docker Create routes in openshift with the same pattern than the urls provided by naming strategy (#5879) 2017-08-03 08:52:46 +02:00
plugin-gdb RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-git CHE-5862: Set right handler on double click in Git Compare window (#5885) 2017-08-03 16:17:25 +03:00
plugin-github RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-gwt RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-help RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-java CHE-5654. Activate java reconciling when classpath is changed 2017-08-02 09:40:54 +03:00
plugin-java-debugger CHE-5236: Treat decompiled class in a proper way (#5808) 2017-07-28 14:27:39 +00:00
plugin-json RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-keybinding-eclipse Adapt JUnit4 runner according new API (#5710) 2017-07-20 09:49:34 +03:00
plugin-languageserver CHE-5379: fix wrong cursor placement for autocompletion (#5873) 2017-08-02 14:34:10 +03:00
plugin-machine RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-maven CHE-5725: Run all java tests from the project or package (#5804) 2017-08-01 16:56:13 +03:00
plugin-nodejs RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-orion RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-php RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-product-info RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-python RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-sdk RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-ssh-machine RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-svn RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-testing CHE-5725: fixes for test running (#5877) 2017-08-02 14:55:05 +03:00
plugin-testing-java CHE-5725: fixes for test running (#5877) 2017-08-02 14:55:05 +03:00
plugin-testing-php RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-traefik RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-urlfactory RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-web RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-zend-debugger RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +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] ()