If I had to guess, it looks like you've got a local maven proxy running on your machine (using nexus). You'll need to configure it to search in the OpenIMAJ repository (http://maven.openimaj.org) in addition to maven-central.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Team,
I am facing maven build issues while creating simple maven project.
Please help.
Here are the errors:
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/org/jbibtex/jbibtex/r16/jbibtex-r16.pom
[WARNING] The POM for org.jbibtex:jbibtex:jar:r16 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/vigna/dsi/unimi/it/jal/20031117/jal-20031117.pom
[WARNING] The POM for vigna.dsi.unimi.it:jal:jar:20031117 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/net/sf/jafama/JaFaMa/1.2/JaFaMa-1.2.pom
[WARNING] The POM for net.sf.jafama:JaFaMa:jar:1.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/jgrapht/jgrapht/0.8.2/jgrapht-0.8.2.pom
[WARNING] The POM for jgrapht:jgrapht:jar:0.8.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/net/sourceforge/jmatio/jmatio/1.2/jmatio-1.2.pom
[WARNING] The POM for net.sourceforge.jmatio:jmatio:jar:1.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/org/bethecoder/ascii-table/1.0/ascii-table-1.0.pom
[WARNING] The POM for org.bethecoder:ascii-table:jar:1.0 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/net/billylieurance/azuresearch/azure-bing-search-java/0.12.0/azure-bing-search-java-0.12.0.pom
[WARNING] The POM for net.billylieurance.azuresearch:azure-bing-search-java:jar:0.12.0 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/uk/ac/ed/ph/snuggletex/snuggletex-core/1.2.2/snuggletex-core-1.2.2.pom
[WARNING] The POM for uk.ac.ed.ph.snuggletex:snuggletex-core:jar:1.2.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/uk/ac/ed/ph/snuggletex/snuggletex-upconversion/1.2.2/snuggletex-upconversion-1.2.2.pom
[WARNING] The POM for uk.ac.ed.ph.snuggletex:snuggletex-upconversion:jar:1.2.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/uk/ac/ed/ph/snuggletex/snuggletex-jeuclid/1.2.2/snuggletex-jeuclid-1.2.2.pom
[WARNING] The POM for uk.ac.ed.ph.snuggletex:snuggletex-jeuclid:jar:1.2.2 is missing, no dependency information available
Downloading: http://mdg1repo2:8080/nexus/content/groups/public/com/flickr4java/flickr4java/2.13_jonhare_0408059615bfa8da071c2e54268e3004ce62d6a4/flickr4java-2.1
And this is the pom file:
<project> <modelVersion>4.0.0</modelVersion> <groupId>edu.univ</groupId> <artifactId>openimag</artifactId> <version>0.0.1-SNAPSHOT</version> <name>openimag</name> <packaging>jar</packaging> <dependencies><dependency>
<groupId>net.jafama</groupId>
<artifactId>jafama</artifactId>
<version>2.1.0</version>
</dependency>
</project>
Regards
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
If I had to guess, it looks like you've got a local maven proxy running on your machine (using nexus). You'll need to configure it to search in the OpenIMAJ repository (http://maven.openimaj.org) in addition to maven-central.
Spot On! Thanks Anonymous Friend.
Some Maven basics :-(
Last edit: Tapan Sharma 2016-09-12