Skip to content

Commit

Permalink
chore: small fixes for README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jun 27, 2024
1 parent e84a9b8 commit c954556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This Polarion extension provides possibility to <...>
## Build

This extension can be produced using maven:
```
```bash
mvn clean package
```

Expand All @@ -13,8 +13,8 @@ mvn clean package
To install the extension to Polarion `ch.sbb.polarion.extension.<extension_name>-<version>.jar`
should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.extension.<extension_name>/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.

Expand Down

0 comments on commit c954556

Please sign in to comment.