che-server/plugins
Artem Zatsarynnyi fa91db1f4e Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
..
plugin-composer Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-cpp RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-csharp RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-dashboard RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-debugger Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-docker Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-gdb Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-git Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-github Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-gwt RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-help RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-java SPI messaging and code clean 2017-05-25 21:12:12 +03:00
plugin-java-debugger Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-json RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-keybinding-eclipse RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-languageserver Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-machine SPI messaging and code clean 2017-05-25 21:12:12 +03:00
plugin-maven Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-nodejs RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-nodejs-debugger Merge branch 'master' into spi 2017-05-29 11:25:30 +03:00
plugin-orion RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-php RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-product-info RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-pullrequest-parent RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-python RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-sdk RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-ssh-machine SPI messaging and code clean 2017-05-25 21:12:12 +03:00
plugin-svn Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-testing Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-testing-java Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-traefik RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
plugin-urlfactory Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-web Merge branch 'master' into spi 2017-05-24 12:16:17 +03:00
plugin-zend-debugger CHE-5156: Fix ability start new debug session after disconnect from previous session. (#5167) 2017-05-26 15:16:25 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml RELEASE: Set next development version 2017-05-24 07:30:41 +00: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] ()