From c954556502f2e1fa4fc5da1d70d5bba05786c67a Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Thu, 27 Jun 2024 09:12:07 +0200 Subject: [PATCH] chore: small fixes for README.md (#23) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cc4b60..069a77b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This Polarion extension provides possibility to <...> ## Build This extension can be produced using maven: -``` +```bash mvn clean package ``` @@ -13,8 +13,8 @@ mvn clean package To install the extension to Polarion `ch.sbb.polarion.extension.-.jar` should be copied to `/polarion/extensions/ch.sbb.polarion.extension./eclipse/plugins` It can be done manually or automated using maven build: -``` -mvn clean install -P polarion2304,install-to-local-polarion +```bash +mvn clean install -P install-to-local-polarion ``` For automated installation with maven env variable `POLARION_HOME` should be defined and point to folder where Polarion is installed.