Unless you have a very good (and rare) reason for it you should always avoid using SNAPSHOT versions as dependencies. On Wed, Jul 10, 2013 at 8:45 AM, Vincent Massol <[email protected]> wrote:
Hi Mohit,
On Jul 10, 2013, at 7:55 AM, Mohit Gupta <[email protected]> wrote:
Today i ran the maven build on xwiki project(intention is to build my single sign on class ) but maven is not find the artifact *xwiki-platform-legacy-oldcore:jar* in nexus repository.I am not getting whats the issue(as i was able to build the project some months back). below is the error
Could not find artifact org.xwiki.platform:xwiki-platform-legacy-oldcore:jar:4.0-SNAPSHOT in xwiki-snapshots ( http://nexus.xwiki.org/nexus/content/groups/public-snapshots) -> [Help 1] [ERROR]
Has the artifact xwiki-platform-legacy-oldcore:jar:4.0 been removed from repository?
Snapshots are only kept for a certain period of time.
But since 4.0 has been released a long time ago you can definitely use the released version instead if you really want 4.0 :)
Thanks -Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne