I think your urls should look like this:

scp://sdlut003/Apache2/htdocs/wasplugin/
scp://sdlut003.sandslimarka55.dnb.no/Apache2/htdocs/wasplugin/

See 
http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20deploy%20my%20jar%20in%20my%20remote%20repository?

-Stephen

On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am having a serious issue with the distributionManagement and scp.
>
> If I try :
>
> <distributionManagement>
>         <site>
>                 <id>dnbnoritu-repo</id>
>                 <url>scp:sdlut003://Apache2/htdocs/wasplugin/</url>
>         </site>
>         <repository>
>                 <id>dnbnoritu-repo</id>
>                 <name>Repository Name</name>
>                 <url>
>                         scp:sdlut003://Apache2/htdocs/pub/lib/m2/repository
>                 </url>
>         </repository>
> </distributionManagement>
>
> it tries to create a directory 03 (as of the last part of sdlut003)
>
> if I change that to:
> <distributionManagement>
>         <site>
>                 <id>dnbnoritu-repo</id>
>                 
> <url>scp:sdlut003.sandslimarka55.dnb.no://Apache2/htdocs/wasplugin/</url>
>         </site>
>         <repository>
>                 <id>dnbnoritu-repo</id>
>                 <name>Repository Name</name>
>                 <url>
>                         
> scp:sdlut003.sandslimarka55.dnb.no://Apache2/htdocs/pub/lib/m2/repository
>                 </url>
>         </repository>
> </distributionManagement>
>
> it now tries to create a directory .no
>
> Seems to me that there must be something wrong with the wagon plugin here - 
> Meaning it does not handle numbers in server names or multiple subdomains in 
> servernames.
>
> Hermod
>
>
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>
> This email with attachments is solely for the use of the individual or
> entity to whom it is addressed. Please also be aware that the DnB NOR Group
> cannot accept any payment orders or other legally binding correspondence with
> customers as a part of an email.
>
> This email message has been virus checked by the virus programs used
> in the DnB NOR Group.
>
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

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

Reply via email to