On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
This is not good for me, because I am trying to build the project on an isolated machine. It cant get access to the Internet. BTW: Did Jason give a reason and say why not?
A "remote" repository isn't necessarily physically remote... it could be on the same box, accessed with a file:/// url, (which looks like what you're trying to do.) It's just that you can't pick up a local repository, drop it somewhere else and expect it to jus work as a <repository>. That's because a local repository doesn't have the right metadata (extra xml files) to function as a remote repository. Apparently the code in maven-repository-converter can add that missing metadata, and allow a copy of a developer's local repo to function as a "remote" repo for a project. HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
