Skip to content

Commit

Permalink
chore: Add "Quick Start" section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yurtsevich-sbb committed Jan 13, 2025
1 parent 426644d commit 05352b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ We have faced the such problem when tried to use Apache POI v5.2.4. This version
As a result it leads to ClassNotFoundExceptions in some cases when Apache POI functionality is called.
This project demonstrates how to solve this problem using the packaging of Apache POI dependency as a separate bundle.

## Quick start

The latest version of the extension jars can be downloaded from the [releases page](../../releases/latest) and installed to Polarion instance without necessity to be compiled from the sources.
The extension jars should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.thirdparty.bundles.<BUNDLE_FOLDER>/eclipse/plugins` folder(s).
For example jar file `org.apache.poi-1.3.0.jar` should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.thirdparty.bundles.org.apache.poi/eclipse/plugins` folder.
Changes will take effect after Polarion restart.

> [!IMPORTANT]
> Don't forget to clear `<polarion_home>/data/workspace/.config` folder after extension installation/update to make it work properly.
## Build

All the extension artifacts can be produced using maven:
Expand Down

0 comments on commit 05352b6

Please sign in to comment.