Those aren't errors. That's just Maven looking for the dependencies in the various repositories.
On Tue, Jun 29, 2010 at 12:47 PM, Bryan Wooten <[email protected]> wrote: > I downloaded the 3.4.2 tar file and tried to do a mvn package install > before making any modifications. > > > > I immediately ran into many errors like this: > > > > Downloading: > http://developer.ja-sig.org/maven2/junit/junit/4.7/junit-4.7.pom > > [INFO] Unable to find resource 'junit:junit:pom:4.7' in repository > jasig-repository (http://developer.ja-sig.org/maven2) > > Downloading: > http://repository.jboss.com/maven2/junit/junit/4.7/junit-4.7.pom > > [INFO] Unable to find resource 'junit:junit:pom:4.7' in repository jboss ( > http://repository.jboss.com/maven2) > > Downloading: http://repo1.maven.org/maven2/junit/junit/4.7/junit-4.7.pom > > > > Downloading: > http://developer.ja-sig.org/maven2/org/springframework/spring-test/3.0.1.RELEASE/spring-test-3.0.1.RELEASE.pom > > [INFO] Unable to find resource > 'org.springframework:spring-test:pom:3.0.1.RELEASE' in repository > jasig-repository (http://developer.ja-sig.org/maven2) > > Downloading: > http://repository.jboss.com/maven2/org/springframework/spring-test/3.0.1.RELEASE/spring-test-3.0.1.RELEASE.pom > > [INFO] Unable to find resource > 'org.springframework:spring-test:pom:3.0.1.RELEASE' in repository jboss ( > http://repository.jboss.com/maven2) > > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-test/3.0.1.RELEASE/spring-test-3.0.1.RELEASE.pom > > > > I am not sure where to turn. Perhaps I have maven problems? Again, any > help or resources will be greatly appreciated. I am very new to maven. > > > > Thanks, > > > > Bryan Wooten > > > > UIT Systems Administrator > > University of Utah > > > > [email protected] > > > > Work: 801.585.9323 > > Cell: 801.414.3593 > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
