che-server/plugins
Max Shaposhnik d2bfa4f7f4 Move permissions and authorization into separate module; 2017-09-14 17:03:43 +03:00
..
plugin-activity Move permissions and authorization into separate module; 2017-09-14 17:03:43 +03:00
plugin-composer RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-cpp RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-csharp RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-dashboard RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-debugger RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-docker Move permissions and authorization into separate module; 2017-09-14 17:03:43 +03:00
plugin-gdb RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-git RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-github RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-gwt RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-help RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-java GWT dependency should not be there. It's running on server side. 2017-09-11 10:52:37 +02:00
plugin-java-debugger RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-json RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-languageserver 5485 apply workspace edit (#5955) 2017-09-07 08:49:36 +03:00
plugin-machine RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-maven lazily init the local repository. 2017-09-11 11:03:41 +02:00
plugin-nodejs RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-orion RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-php RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-product-info RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-python RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-sdk RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-ssh-machine RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-svn RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-testing Fix warning in pom.xml (#6158) 2017-09-07 09:17:17 +03:00
plugin-testing-java CHE-5886: Run XML test suite for TestNG (#6145) 2017-09-06 11:18:13 +03:00
plugin-testing-php RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-traefik RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-urlfactory RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-web RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
plugin-zend-debugger RELEASE: Set next development version (#6067) 2017-08-23 11:11:34 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Move permissions and authorization into separate module; 2017-09-14 17:03:43 +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] ()