che-server/plugins
Mykola Morhun 84a4de633d CHE-5235: Fix step into when source cannot be obtained (#5768)
CHE-5235: Fix step into when source cannot be obtained.
2017-07-21 15:43:06 +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 RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-gdb RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +03:00
plugin-git CHE-5152: Apply pagination in Git Reset window (#5726) 2017-07-20 10:01:52 +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 RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +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-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 RELEASE: Set next development version (#5734) 2017-07-19 12:45:32 +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 Adapt JUnit4 runner according new API (#5710) 2017-07-20 09:49:34 +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] ()