I downloaded and built Maven yesterday.  No issues there - I was up and
running and have been using it every since.  I've been using the default
local repository (~/${user.home}/.maven/repository), but now I want to
specify a network drive (\\server\share\repository).  

However I'm getting the lovely error:

Artifact '\\server\share\repository\velocity\jars\velocity-1.4-dev.jar' not
found to add to classpath
java.lang.ClassNotFoundException: velocity
        at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

I've tried doing a mapped drive and a UNC path, but neither works.  So my
questions:

1.  Is it possible to use a file share for a local repository (so developers
can share).

2.  If not, is it possible to use an FTP server?

Thanks,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to