che-server/plugins
Igor Vinokur e1a964d0e5
CHE-8164: Fix error when creating project from archetype (#10029)
When creating a project with the help of Maven Archetype Plugin it names project directory by artifact-id. If artifact-id != project name specified in the first page of the project wizard, error happens. Maven Archetype Plugin has basedir property that can solve this problem, but there is a bug in the plugin: https://issues.apache.org/jira/browse/ARCHETYPE-311. Rename the project directory to specified project name solves the problem.
2018-06-15 16:47:21 +03:00
..
plugin-camel RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-clangd RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-composer RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-cpp RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-csharp RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-dashboard RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-debugger RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-gdb RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-git Add ability to see and copy commit id value 2018-06-12 14:59:48 +03:00
plugin-github RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-golang Adding golang support 2018-06-01 07:30:33 +03:00
plugin-gwt RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-help RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-java Make it possible to have distributed ProjectRegistry (#9848) 2018-05-31 15:26:42 +03:00
plugin-java-debugger Path provider should return absolute path (#9910) 2018-06-01 19:08:07 +03:00
plugin-json RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-languageserver Fixed golang language server hover bug (#9874) 2018-06-04 16:15:32 +03:00
plugin-machine RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-maven CHE-8164: Fix error when creating project from archetype (#10029) 2018-06-15 16:47:21 +03:00
plugin-nodejs RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-orion RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-php RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-product-info RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-pullrequest-parent CHE-9987. Do not initialize Contribution Workflow when process of initialization has started 2018-06-12 18:06:16 +03:00
plugin-python RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-sdk RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-testing RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-testing-java Make it possible to have distributed ProjectRegistry (#9848) 2018-05-31 15:26:42 +03:00
plugin-testing-php Make it possible to have distributed ProjectRegistry (#9848) 2018-05-31 15:26:42 +03:00
plugin-urlfactory RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-web RELEASE: Set next development version (#9862) 2018-05-30 12:01:54 +03:00
plugin-yaml Fix for YAML language server not displaying hover (#9670) 2018-06-06 17:25:32 +02:00
plugin-zend-debugger Make it possible to have distributed ProjectRegistry (#9848) 2018-05-31 15:26:42 +03:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Adding golang support 2018-06-01 07:30:33 +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] ()