Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6024289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:08:01+00:00 2026-05-23T04:08:01+00:00

I have Eclipse with m2 plugin and want to make new project with Spring.

  • 0

I have Eclipse with m2 plugin and want to make new project with Spring.
In maven central repo are only Spring 1.x and Spring 2.x versions and adding http://maven.springframework.org/milestone to pom.xml don’t change anything.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:08:02+00:00Added an answer on May 23, 2026 at 4:08 am

    I the central repository there are also the latest final Spring artifacts (3.0.5.RELEASE).

    E.g. http://repo1.maven.org/maven2/org/springframework/spring-beans/3.0.5.RELEASE

    If you need milestones for 3.1 you should add repository definition to your pom.xml as follows:

    <repository>
        <id>spring-maven-milestone</id>
        <name>Springframework Maven Milestone Repository</name>
        <url>http://maven.springframework.org/milestone</url>
    </repository>
    

    And then you can define the dependency:

    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-beans</artifactId>
        <version>3.1.0.M2</version>
    </dependency>
    

    There is also repository containing snapshots (nightly):

    <repository>
        <id>spring-maven-snapshot</id>
        <snapshots><enabled>true</enabled></snapshots>
        <name>Springframework Maven SNAPSHOT Repository</name>
        <url>http://maven.springframework.org/snapshot</url>
    </repository>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have eclipse Galileo 3.5 with maven plugin installed. I want to know if
I have maven eclipse plugin and I want to use a jar file in
I have the following setup: eclipse a standard Java project (A) an eclipse plugin
According to http://www.assembla.com/wiki/show/scala-ide/Troubleshooting in order to have the Scala Eclipse plugin to work with
I have made a simple experimental language of my own. I want make Eclipse
I am new to Eclipse Plugin development. I have already customized my main menu
For my Eclipse plugin I have created a new perspective. This perspective consists of
In the eclipse plugin I am working on, I want to make editable the
How to create new Eclipse RCP project using Maven ( preferably m2eclipse )? I
I'd like to have my Eclipse plugin cause a URL to be opened by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.