che-server/plugins
Anatoliy Bazko 80d2c0d8c8
CHE-4211: Fix InnerClassAndLambdaDebuggingTest test (#7431)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-11-17 17:02:26 +02:00
..
plugin-activity RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-composer RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-cpp RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-csharp RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-dashboard RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-debugger CHE-6846: Suspend breakpoint policy (#7347) 2017-11-16 07:13:43 +00:00
plugin-gdb CHE-6846: Suspend breakpoint policy (#7347) 2017-11-16 07:13:43 +00:00
plugin-git CHE-6255: Apply 3-state checkbox in Git changes list widget (#7265) 2017-11-17 07:31:46 +00:00
plugin-github RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-gwt RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-help RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-java RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-java-debugger CHE-4211: Fix InnerClassAndLambdaDebuggingTest test (#7431) 2017-11-17 17:02:26 +02:00
plugin-json RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-languageserver RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-machine RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-maven Remove deprecated resources (#7336) 2017-11-14 08:47:29 +02:00
plugin-nodejs RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-nodejs-debugger CHE-6846: Suspend breakpoint policy (#7347) 2017-11-16 07:13:43 +00:00
plugin-orion RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-php RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-product-info RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-pullrequest-parent CHE-6237: Add icon to pull-request panel tab (#7175) 2017-11-07 14:09:13 +00:00
plugin-python RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-sdk Bind GWT CodeServer to 127.0.0.1 at a host machine but to 0.0.0.0 inside a container (dev-machine) (#7201) 2017-11-06 12:52:07 +02:00
plugin-testing RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-testing-java RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-testing-php RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-traefik RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-urlfactory using group name in regex 2017-10-31 21:50:50 +02:00
plugin-web Add tsx file type for TS LSP (#7325) 2017-11-13 11:56:09 +02:00
plugin-yaml RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
plugin-zend-debugger CHE-6846: Suspend breakpoint policy (#7347) 2017-11-16 07:13:43 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02: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] ()