Results 1 to 4 of 4

Thread: maven and 3.0.0RC3

  1. #1

    Default maven and 3.0.0RC3

    what the dependency to spring core 3.0.0RC3 should look like?

    Having searched the internet I found several repositories. All those don't seem to work.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    There are 2 recent blogs at http://blog.springsource.com/ dealing with dependency management, e.g. this one (mainly deals with logging but maven repository locations included): http://blog.springsource.com/2009/12...ies-in-spring/. Hint: RC3 is a "milestone" release.

  3. #3

    Default

    Actually I'm trying to port my project to Ivy dependency management.
    Ivy tries the following URL:

    [ivy:resolve] http://s3.amazonaws.com/maven.spring...-3.0.0.RC2.jar
    [ivy:resolve] module not found: org.springframework#org.springframework.beans;3.0. 0.RC3

    Usually it is simple to browse the site to figure out the layout. But amazonaws returns just the following:

    <Error>
    <Code>NoSuchBucket</Code>
    <Message>The specified bucket does not exist</Message>
    <BucketName>maven.springsource.com</BucketName>
    <RequestId>872AC9DFBD59E276</RequestId>
    <HostId>
    ...
    </HostId>
    </Error>

    Any hints?

  4. #4
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    You can browse s3 with any number of tools, but not, unfortunately, a browser (go figure). I use s3fox (a firefox plugin). You can probably find about a hundred others.

    N.B. There is no ivy metadata (ivy.xml) in the maven.* buckets. The new Spring user guide has some more details on using the SpringSource EBR with ivy, but I don't think anyone had time to publish it yet. You can find put all you need to know, though, at http://www.springsource.com/repository.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •