che-server/plugins
Igor Vinokur 349cbe094d
CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected (#10718)
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains pom.xml is selected in the import project Wizard due to the maven archetype generation plugin restrictions.
2018-08-22 09:34:11 +03:00
..
plugin-camel RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-ceylon CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-clangd RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-composer Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
plugin-cpp CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-csharp CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-dashboard RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-debugger RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-gdb Update fmt plugin to latest to enable skipping check #10554 (#10667) 2018-08-08 07:20:05 +00:00
plugin-git RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-github RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-golang RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-gwt RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-help RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-java CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-java-debugger Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
plugin-json RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-languageserver Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
plugin-machine RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-maven CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected (#10718) 2018-08-22 09:34:11 +03:00
plugin-nodejs RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-orion RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-php CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-product-info RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-pullrequest-parent RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-python CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-sdk RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing-java RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-testing-php Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
plugin-urlfactory RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-web CHE-9467. Add ability to get File Type by provider and avoid File Type collision 2018-08-17 15:26:37 +03:00
plugin-yaml RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
plugin-zend-debugger Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
README.md
pom.xml RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +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] ()