Skip to content

Commit 1094453

Browse files
chore: Add "Quick Start" section to readme (#25)
1 parent 426644d commit 1094453

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ We have faced the such problem when tried to use Apache POI v5.2.4. This version
1818
As a result it leads to ClassNotFoundExceptions in some cases when Apache POI functionality is called.
1919
This project demonstrates how to solve this problem using the packaging of Apache POI dependency as a separate bundle.
2020

21+
## Quick start
22+
23+
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.
24+
The extension jars should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.thirdparty.bundles.<BUNDLE_FOLDER>/eclipse/plugins` folder(s).
25+
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.
26+
Changes will take effect after Polarion restart.
27+
28+
> [!IMPORTANT]
29+
> Don't forget to clear `<polarion_home>/data/workspace/.config` folder after extension installation/update to make it work properly.
30+
2131
## Build
2232

2333
All the extension artifacts can be produced using maven:

0 commit comments

Comments
 (0)