On Friday 05 January 2007 20:20, Vincent Massol wrote:
My bet is that it's going to work automagically tomorrow... ;-)
Maven2 checks for updates for snapshots once every day, unless you ask it. I bet you had run a build earlier today.
Try running with -U (it updates snapshots). $ mvn -U [INFO] Scanning for projects... [INFO] snapshot com.xpn.xwiki:xwiki:1.0-SNAPSHOT: checking for updates from xwiki Downloading: http://maven.xwiki.org/com/xpn/xwiki/xwiki/1.0-SNAPSHOT/xwiki-1.0-20070105.1... 4K downloaded (...)
Ok. I got something new. But I still have a problem with mvn install: (...) Downloading: http://maven.xwiki.org/com/xpn/xwiki/xwiki-build-xar-handlers/1.0-SNAPSHOT/x... [WARNING] Unable to get resource from repository xwiki (http://maven.xwiki.org) (...) It seems the package is not in the repository yet. Marc