-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Wouter de Vaal opened SWS-500 and commented
When running mvn site on my project, the build hang on the following lines:
[INFO] Generating "Dependencies" report.
[WARNING] The repository url 'http://s3.amazonaws.com/maven.springframework.org/external' is invalid - Repository 'spring-external' will be blacklisted.
[WARNING] The repository url 'http://s3.amazonaws.com/maven.springframework.org/release' is invalid - Repository 'spring-release' will be blacklisted.
Doing a grep on my .m2 directory there was only file containing these repository urls:
~/.m2$ grep -r 'amazonaws' *
repository/org/springframework/ws/spring-ws-parent/1.5.5/spring-ws-parent-1.5.5.pom: <url>http://s3.amazonaws.com/maven.springframework.org/release\
repository/org/springframework/ws/spring-ws-parent/1.5.5/spring-ws-parent-1.5.5.pom: <url>http://s3.amazonaws.com/maven.springframework.org/external\
I think these are outdated and should be removed.or at least replaced by something that works.
Affects: 1.5.6
Referenced from: commits f9e6cde