Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem of resolving dependencies for CERMINE-Impl project #105

Open
Tsyulrich opened this issue Sep 25, 2021 · 4 comments
Open

problem of resolving dependencies for CERMINE-Impl project #105

Tsyulrich opened this issue Sep 25, 2021 · 4 comments

Comments

@Tsyulrich
Copy link

Hello everybody
please can i need your help.
I am newly with this wonderful application.

When i try to use CERMINE, as a standalone application i always have this error

Failed to execute goal on project cermine-impl: Could not resolve dependencies for project pl.edu.icm.cermine:cermine-impl:jar:1.14-SNAPSHOT: Failed to collect dependencies at edu.umass.cs.mallet:mallet:jar:0.1.3: Failed to read artifact descriptor for edu.umass.cs.mallet:mallet:jar:0.1.3: Could not transfer artifact edu.umass.cs.mallet:mallet:pom:0.1.3 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [google-maven-repository (http://google-maven-repository.googlecode.com/svn/repository/, default, releases+snapshots), yadda (http://maven.icm.edu.pl/artifactory/repo, default, releases+snapshots)]

please what's wrong?

@resourcesunite
Copy link

resourcesunite commented Oct 8, 2021

I had the same problem this morning. It turns out that mallet uses http but recent versions of maven only work with https. I got around it by reverting to version 3.6.3 of maven. I will contact the mallet devs and suggest they change to https.
I got the answer from Stack Overflow question "Maven stuck downloading maven-default-http-blocker".

@Tsyulrich
Copy link
Author

Thank you so much
Please does it work fine when you use version 3.6.3 of maven?

@resourcesunite
Copy link

Yes. I had no more maven problems and I am now debugging cermine. All my problems are now with trying to understand the cermine code! Also, how to debug a Java project as I haven't worked in Java for years.
After downloading maven 3.6.3, don't forget to change your MAVEN_HOME environment variable to the location of the older build.

@bwakkie
Copy link

bwakkie commented Dec 19, 2021

Just apply patch #91 and you are good to go with the newer more secure maven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants