Needs doco for m2... you can find the URLs in the old artifact plugin:

http://maven.apache.org/reference/plugins/artifact/

eg: scp://myserver.com/home/repositories

Cheers,
Brett

On 4/18/05, Pieter Laeremans <[EMAIL PROTECTED]> wrote:
> It is not clear how I have to configure a project to d deploy it to a
> given server. Suppose I have a server : myserver.com where I would like
> to deploy my project in the repository located in /home/repositories
> 
> <distributionManagement>
>    <repository>
>        <Id>myserver.com</id>
>        <name>myserver.com</name>
>        <url>file:///home/repositories</url>
>    </repository>
> </distributionManagement>
> 
> Any suggestions ?
> 
> Thanks in advance,
> 
> Pieter.
> 
> P.S.: It looks like a great tool, maven.
> 
> kind regards,
> 
> Pieter
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to