che-server/plugins
Max Shaposhnik a473fcef72 Merge branch 'master' into che-multiuser 2017-08-02 13:43:41 +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 Add Machine provider 2017-07-31 10:24:56 +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-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-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 branch 'master' into che-multiuser 2017-08-02 13:43:41 +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: Run all java tests from the project or package (#5804) 2017-08-01 16:56:13 +03:00
plugin-testing-java CHE-5725: Run all java tests from the project or package (#5804) 2017-08-01 16:56:13 +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] ()