Results 1 to 6 of 6

Thread: Maven Repository for Milestones

  1. #1
    Join Date
    Sep 2006
    Posts
    100

    Default Maven Repository for Milestones

    Could somebody let me know Spring/SI milestones maven repository location? With Google search the repositories I find are not working out.

    Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Check out new si samples. Every pom there has the 3 repository that u need. Sorry I would have posted the link directly, but I am on my phone. Just Google 'spring blogs' find my latest blog and u get all u need

  3. #3
    Join Date
    Sep 2006
    Posts
    100

    Default

    Oleg - Thank you! Much appreciate it. I should have checkout the very obvious place

  4. #4
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    No problem; as you can imagine, the question is asked rather often. We need to add this info to our home page or at least a link to it from there.

  5. #5
    Join Date
    Feb 2006
    Posts
    10

    Default

    So where are the actual maven repositories?

    At the moment, for a newbie, the roo version 1.1.0.RELEASE falls over when doing the maven project build



    Thanks

  6. #6
    Join Date
    Sep 2006
    Posts
    100

    Default

    Here you go:

    Code:
    <repository>
    			<id>repository.springframework.maven.release</id>
    			<name>Spring Framework Maven Release Repository</name>
    			<url>http://maven.springframework.org/release</url>
    		</repository>
    		<repository>
    			<id>repository.springframework.maven.milestone</id>
    			<name>Spring Framework Maven Milestone Repository</name>
    			<url>http://maven.springframework.org/milestone</url>
    		</repository>
    		<repository>
    			<id>repository.springframework.maven.snapshot</id>
    			<name>Spring Framework Maven Snapshot Repository</name>
    			<url>http://maven.springframework.org/snapshot</url>
    		</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
  •