# Conflicts: # assembly/assembly-wsmaster-war/src/main/java/org/eclipse/che/api/deploy/WsMasterModule.java # dockerfiles/init/manifests/che.env # plugins/plugin-docker/che-plugin-docker-machine/src/test/java/org/eclipse/che/plugin/docker/machine/MachineProviderImplTest.java # plugins/plugin-docker/pom.xml # plugins/plugin-github/che-plugin-github-pullrequest/src/main/java/org/eclipse/che/plugin/pullrequest/client/GitHubHostingService.java # pom.xml # wsagent/agent/src/main/java/org/eclipse/che/api/agent/WsAgentLauncher.java # wsagent/agent/src/test/java/org/eclipse/che/api/agent/WsAgentLauncherTest.java # wsmaster/che-core-api-machine/pom.xml # wsmaster/che-core-api-workspace/src/main/java/org/eclipse/che/api/workspace/server/model/impl/EnvironmentImpl.java |
||
|---|---|---|
| .. | ||
| plugin-activity | ||
| plugin-composer | ||
| plugin-cpp | ||
| plugin-csharp | ||
| plugin-dashboard | ||
| plugin-debugger | ||
| plugin-docker | ||
| plugin-gdb | ||
| plugin-git | ||
| plugin-github | ||
| plugin-gwt | ||
| plugin-help | ||
| plugin-java | ||
| plugin-java-debugger | ||
| plugin-json | ||
| plugin-keybinding-eclipse | ||
| plugin-languageserver | ||
| plugin-machine | ||
| plugin-maven | ||
| plugin-nodejs | ||
| plugin-nodejs-debugger | ||
| plugin-orion | ||
| plugin-php | ||
| plugin-product-info | ||
| plugin-pullrequest-parent | ||
| plugin-python | ||
| plugin-sdk | ||
| plugin-svn | ||
| plugin-testing | ||
| plugin-testing-java | ||
| plugin-testing-php | ||
| plugin-traefik | ||
| plugin-urlfactory | ||
| plugin-web | ||
| plugin-zend-debugger | ||
| README.md | ||
| pom.xml | ||
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] ()