You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Bob Arnott <bo...@aungate.com> on 2006/02/27 19:19:39 UTC

[m2] Non HTTP Based Repositories

Looking through the documentation, it looks like you specify extra
repositories thus:

<repositories>
   <repository>
     <id>my-repo1</id>
     <name>your custom repo</name>
     <url>http://jarsm2.dyndns.dk</url>
   </repository>
</repositories>

Does the <url> bit have to point to a web enabled repository, or can
I point to it a location on disk...?

Cheers,

-- 
Bob Arnott


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Non HTTP Based Repositories

Posted by Bob Arnott <bo...@aungate.com>.
Stephen Duncan wrote:
> Yes, you can point to the files system using file:// url, or to remote
> non-HTTP repositories using sftp:// or scp:// or ftp://

Smashing, I don't suppose there's a documented example of these somewhere...?

Thanks,

-- 
Bob Arnott


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Non HTTP Based Repositories

Posted by Stephen Duncan <st...@gmail.com>.
Yes, you can point to the files system using file:// url, or to remote
non-HTTP repositories using sftp:// or scp:// or ftp://

-Stephen

On 2/27/06, Bob Arnott <bo...@aungate.com> wrote:
> Looking through the documentation, it looks like you specify extra
> repositories thus:
>
> <repositories>
>    <repository>
>      <id>my-repo1</id>
>      <name>your custom repo</name>
>      <url>http://jarsm2.dyndns.dk</url>
>    </repository>
> </repositories>
>
> Does the <url> bit have to point to a web enabled repository, or can
> I point to it a location on disk...?
>
> Cheers,
>
> --
> Bob Arnott
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org