Skip to content

remove amazonaws repository urls from spring-ws-parent pom [SWS-500] #547

@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions