From 77a1c3f8a7eef6aecf6fc3f95f83c24f57f7f5bc Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Mon, 4 Jul 2016 14:17:24 +0300 Subject: [PATCH] Add readme to plugins Signed-off-by: Eugene Ivantsov --- plugins/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/README.md diff --git a/plugins/README.md b/plugins/README.md new file mode 100644 index 0000000000..52eb5e2994 --- /dev/null +++ b/plugins/README.md @@ -0,0 +1,15 @@ +## 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: + +`your-plugin-name` + +## 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)