Mark D. Hansen said:
> I'm not having any luck with this:
>
> maven.repo.remote = file://localhost/${basedir}/repository
>
> Is that because a remote repository has to have an "http://" URL ??
"file://" by definition is local, so the localhost is not necessary (and
probably is what is causing the problem).
Try file:///${basedir}/repository.
Regards,
Graham
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]