All right, you pointed me in the right direction. I had to tune the proxy settings in Maven's settings.xml and that fixed the issue.
Thanks! Olaf On Tuesday, October 6, 2015 at 2:37:48 PM UTC+2, Olaf Donk wrote: > > Hi, > > I'm trying to follow the instructions for LAB-1034 but I cannot > successfully import the Maven sample project. As soon as I press Finish in > the Import Maven Projects dialog a get a popup: > > Multiple problems have occurred. Could not calculate build plan: Plugin > org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its > dependencies could not be resolved: Failed to read artifact descriptor for > org.apache.maven.plugins:maven-resources-plugin:jar:2.6 > > and a whole bunch of errors, truncated for readability: > > CoreException: Could not calculate build plan:[etc...] > Failed to read artifact descriptor for junit:junit:jar:3.8.1 > Failure to transfer > org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from > https://repo.maven.apache.org/maven2 was cached in the local repository, > resolution will not be reattempted until the update interval of central has > elapsed or updates are forced. > Missing artifact junit:junit:jar:3.8.1 > Plugin execution not covered by lifecycle configuration: > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile > The container 'Maven Dependencies' references non existing library > 'C:\Users\xyz\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar' > > It seems to me either Maven or JUnit is not setup correctly. Am I missing > some prerequisites for the JPassion labs? > > Cheers, Olaf > > ps. I'm using Eclipse Mars 4.5.0, Maven 3.3.3, Java 1.7.0_01 > -- You received this message because you are subscribed to the Google Groups "JPassion.com: Java Programming" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/jpassion_java. For more options, visit https://groups.google.com/d/optout.
