che-server/plugins
Max Shaposhnik 2545a3ff86 Code fixups 2017-07-27 16:01:53 +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-5235: Fix step into when source cannot be obtained (#5768) 2017-07-21 15:43:06 +03:00
plugin-docker Merge branch 'master' into che5362-2 2017-07-25 09:57:31 +03:00
plugin-gdb RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-git CHE-3415: Add ability to perform Git pull with rebase (#5787) 2017-07-27 10:30:13 +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-5643. Add ability to select items in the quick fix window using keyboard 2017-07-24 15:43:10 +03:00
plugin-java-debugger CHE-5235: Fix step into when source cannot be obtained (#5768) 2017-07-21 15:43:06 +03: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-keycloak Code fixups 2017-07-27 16:01:53 +03:00
plugin-languageserver fixed formatting (#5755) 2017-07-20 12:32:42 +03:00
plugin-machine RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-maven Merge with master 2017-07-19 16:08:16 +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 Adapt JUnit4 runner according new API (#5710) 2017-07-20 09:49:34 +03:00
plugin-testing-java CHE-5615. Fix NPE at detecting tests by java test runner 2017-07-24 15:45:14 +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 Merge with master 2017-07-19 16:08:16 +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] ()