Skip to content

Instantly share code, notes, and snippets.

@Marks13
Marks13 / README.md
Created April 18, 2024 09:54
BiRT 4.15 wrapping for maven

Fill in the values at the beginning of the script. In my case, I'm using an enterprise artifactory so I'm pointing out on remote repository and use a mirror for central dependencies. I also have added a small behavior in the script, it checks for the availability of the dependency before pushing it to the remote repository. For my usecase (generate report that do aggregations and pure printing) it's working, adapt if you need specific functions.

Issues

I had issues with the first gist linked, as it was importing too much transitive dependencies. It has broken my slf4j configuration. For the second one some dependencies seemed irrelevant (the birt.runtime specifically).