• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Maven2 repository not updated

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

I'm a newbe to maven and i'm looking for an updated online maven2 repository as the standard central repository "http://repo1.maven.org/maven2/" is not yet updated. Is it recommanded to create my own repository from the central repository and update it with the latest releases of third-tier packages (struts, spring, ...)?

Thank you

 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Agur,

Unfortunately Central doesn't always have an up to date copy of every library, you can do 3 things:

1.) Submit the library to Maven central yourself (instructions are on the Maven site)
2.) Add extra public repositories to your list (Jboss, and Java.net host some for example)
3.) Have a locally hosted repository manager such as Nexus or Artifactory to host these libraries (e.g. Will supply from Central when it can otherwise will use the one you provide)

Hope that helps!
 
reply
    Bookmark Topic Watch Topic
  • New Topic