Results 1 to 3 of 3

Thread: Cant Download jar files from m2eclipse

  1. #1
    Join Date
    Oct 2009
    Posts
    10

    Default Cant Download jar files from m2eclipse

    Hey Guys,

    I have downloaded STS 2.8.1(Version: 2.8.1.RELEASE Build Id: 201111221000) today and updated subclipse & m2eclipse extensions. And then checked out project from our subversion repository which is maven based application.

    But It is not downloading all the ja files, for some of the dependencies it just downlaoded folder structure and .pom files. Why is it doing this. My other team member has successfully downloaded jar files.
    Please let me know guys, what is the solution for this problem.

    Thanks and regards
    Ratna

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    747

    Default

    This is likely a problem with your m2 repository. Try deleting your ~/.m2/repository and trying again.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Oct 2009
    Posts
    10

    Default Solved

    Hey Guys,

    I solved the problem(s).

    1) I needed to get the m2eclipse 1.X version instead of 0.12
    2) Commented out all the dependencies & repositories in pom.xml which are not reachable.
    3) After getting all the files downloaded, then copied unreachable jar files in their folders.

    Thats it, it fixed everything.

    Thanks and Regards
    Ratna

Tags for this Thread

Posting Permissions

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