Member since
09-01-2020
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3573 | 09-03-2020 06:35 AM |
09-03-2020
06:35 AM
An update since I managed to solve the issue. I followed the advice given in this StackOverflow post https://stackoverflow.com/questions/364114/can-i-add-jars-to-maven-2-build-classpath-without-installing-them by creating a static in-project repository so that maven can have better access to the jars. It seemed to do the trick.
... View more