che-server/plugins
Alexander Garagatyi 0e9718e016 CHE-1370: refactor workspace environment bottstrapping and handling (#2108)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-08-16 16:23:08 +03:00
..
plugin-cpp [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-docker CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-gdb [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-git [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-github [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-java [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-java-debugger CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-machine CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-maven CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-orion Remove deprecated flag from some classes looks like in some usecases them still useful (#2130) 2016-08-16 14:19:11 +03:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-ssh-key [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-ssh-machine CHE-1370: refactor workspace environment bottstrapping and handling (#2108) 2016-08-16 16:23:08 +03:00
plugin-svn [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
plugin-web [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +00:00
README.md
pom.xml [maven-release-plugin] prepare for next development iteration 2016-08-16 08:28:05 +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] (https://eclipse-che.readme.io/docs/plug-ins#add-plug-in-by-referencing-from-che)