I am trying to pull spring 3 from the maven repo using the directions found in the spring 3 reference. I'm using m2eclipse. I can add other repositories just fine (jboss for example), but I can't seem to get it to read from the spring repo:
In my .m2/settings.xml:
When I try to update in m2eclipse I get the error:Code:<repository> <id>com.springsource.repository.maven.release</id> <url>http://maven.springframework.org/release/</url> <snapshots><enabled>false</enabled> </snapshots> </repository> </repositories>
Code:Updating index com.springsource.repository.maven.release| http://maven.springframework.org/release/ Unable to update index for com.springsource.repository.maven.release| http://maven.springframework.org/release/: Resource nexus-maven-repository-index.properties does not exist


Reply With Quote