[
https://issues.apache.org/activemq/browse/CAMEL-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44806#action_44806
]
Jonathan Anstey commented on CAMEL-635:
---------------------------------------
Actually, the spring integration component is already using a repo on S3. It
currently uses:
http://repository.springsource.com/maven/bundles/milestone
Browse here:
http://s3browse.com/explore/repository.springsource.com/maven/bundles/milestone
Looks like the http://maven.springframework.org/milestone repo doesn't contain
the artifacts we need. I'm not sure why Spring has two separate repos here...
Claus, was there a reason you mentioned this particular one?
> pom.xml - spring maven repo is amazon s3
> ----------------------------------------
>
> Key: CAMEL-635
> URL: https://issues.apache.org/activemq/browse/CAMEL-635
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.4.0
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 1.5.0
>
>
> We should give the pom.xml files a tweak for all the repos.
> Spring in particular is now on the Amazon s3 repo, we should fetch the stuff
> from this one:
> {code}
> <repository>
> <id>spring-milestone</id>
> <name>Spring Milestone Repository</name>
> <url>http://maven.springframework.org/milestone</url>
> </repository>
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.