Open dmg3 opened 9 years ago
Hi, I have successfully compiled image-terrier with the steps below:
cd terrier-3.5
mvn clean install
cd imageterrier-master/ImageTerrier
find the dependency of Terrier
change the version from 3.5.0-CDH4.7.0 into 3.5
cd imageterrier-master
mvn clean package
You will build it successfully!
great it is successfully worked , it would be appreciated if u provide some information on indexing images using imageTerrier.
When building image terrier, I am getting an exception stating that the Terrier artificat can't be found. org.terrier:Terrier:jar:3.5.0-CDH4.7.0 in imageterrier-maven (http://maven.imageterrier.org)
I tried disabling the repositories within the POM project to see if the artifact could be found in central but no luck.