dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Repositories are blocked on current mnv version #110

Closed Exlit closed 2 years ago

Exlit commented 2 years ago

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

dragon66 commented 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.

Exlit commented 2 years ago

Hi! Thank you for the quick response. Here is the message I am getting:

Screenshot 2022-08-13 at 12 29 09

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.

Exlit commented 2 years ago

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.