Closed Exlit closed 2 years ago
I am not aware of the library blocked by Maven and has no idea for what reason. For temporary work, I believe you can add the Lib as a local repository and change you pom to point to it. Not portable though.
Hi! Thank you for the quick response. Here is the message I am getting:
When I am trying to install an older version of maven, I am getting:
Error: maven@3.5 has been disabled because it is not maintained upstream!
It happens with all available formulas. So I am not sure how to solve the issue. Will thy to do the changes in pom.xml, but no luck so far.
Ok. So I resolved it using this: https://stackoverflow.com/questions/4491199/build-maven-project-with-propriatery-libraries-included/4491343#4491343
Thank you again. Hope it could be useful for others.
Hi! First of all thank you for such library. It was very usefull for my project. But I have an issue with building maven project now. When I am adding to pom.xml repository it says that repositories are blocked. So to make your lib work I just add the jar file to project folder but when I am building the project, I am getting: package com.icafe4j.image.meta does not exist