che-server/plugins
Anatoliy Bazko af2f1098d7 CHE-1823: Machine Agent implementation (#2311) 2016-09-08 16:39:14 +03:00
..
plugin-cpp set new version 2016-09-07 10:38:51 +03:00
plugin-dashboard set new version 2016-09-07 10:38:51 +03:00
plugin-debugger set new version 2016-09-07 10:38:51 +03:00
plugin-docker CHE-1823: Machine Agent implementation (#2311) 2016-09-08 16:39:14 +03:00
plugin-gdb set new version 2016-09-07 10:38:51 +03:00
plugin-git VFS file watcher based use cases implementations (#2339) 2016-09-07 11:22:22 +03:00
plugin-github set new version 2016-09-07 10:38:51 +03:00
plugin-gwt set new version 2016-09-07 10:38:51 +03:00
plugin-help set new version 2016-09-07 10:38:51 +03:00
plugin-java VFS file watcher based use cases implementations (#2339) 2016-09-07 11:22:22 +03:00
plugin-java-debugger set new version 2016-09-07 10:38:51 +03:00
plugin-machine set new version 2016-09-07 10:38:51 +03:00
plugin-maven CHE-1823: Machine Agent implementation (#2311) 2016-09-08 16:39:14 +03:00
plugin-nodejs set new version 2016-09-07 10:38:51 +03:00
plugin-orion VFS file watcher based use cases implementations (#2339) 2016-09-07 11:22:22 +03:00
plugin-product-info set new version 2016-09-07 10:38:51 +03:00
plugin-python set new version 2016-09-07 10:38:51 +03:00
plugin-sdk set new version 2016-09-07 10:38:51 +03:00
plugin-ssh-key set new version 2016-09-07 10:38:51 +03:00
plugin-ssh-machine CHE-1823: Machine Agent implementation (#2311) 2016-09-08 16:39:14 +03:00
plugin-svn set new version 2016-09-07 10:38:51 +03:00
plugin-web Add ability to preview an HTML file into another browser window 2016-09-07 18:29:59 +03:00
README.md Add readme to plugins 2016-07-04 14:17:24 +03:00
pom.xml set new version 2016-09-07 10:38:51 +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] (https://eclipse-che.readme.io/docs/plug-ins#add-plug-in-by-referencing-from-che)