diff --git a/.scripts/convert-readme.sh b/.scripts/convert-readme.sh index a3e1e20..a311cbe 100755 --- a/.scripts/convert-readme.sh +++ b/.scripts/convert-readme.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + INPUT_FILE="${1:-README.md}" OUTPUT_FILE="${2:-README.html}" diff --git a/README.md b/README.md index 2691c38..9c3c2b2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To install the extension to Polarion `ch.sbb.polarion.extension.pdf-exporter-/polarion/extensions/ch.sbb.polarion.extension.pdf-exporter/eclipse/plugins` It can be done manually or automated using maven build: ```bash -mvn clean install -P polarion2404,install-to-local-polarion +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.