Good day,

You may want to try first with file:, then file:/, then file://, till you
get to file:///// :) 

Not really sure what the problem is, but I've experienced that before as
well.

Cheers,
Franz


Kevan Dunsmore wrote:
> 
> Brian,
> 
> This works for me:
> 
> file:////host/share/path
> 
> Kevan.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 13, 2007 1:10 PM
> To: users@maven.apache.org
> Subject: RE: Deploy to repository | Windows network file url
> 
> Thanks Gaute,
> I tried the following combinations with no luck:
> 
> file:///\\host/path
> file://///host/path
> 
> 
> As well as mapping \\host\path\to\my\Shared%20Drive to drive letter B:
> and using the following URL
> 
> file:///B:/Maven/...
> 
> None of which worked.  Any other ideas?
> 
> -----Original Message-----
> From: Gaute Lote [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 13, 2007 3:31 PM
> To: Maven Users List
> Subject: Re: Deploy to repository | Windows network file url
> 
> I've had the same problem. If you check your local disc you'll probably
> have a catalog named
> host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na/tasna/
> 1.0-SNAPSHOT/
> 
> 
> You need to add more slashes so that maven understand that the tagert
> directory is on another machine.
> If I remeber correctly file://///host/path will do the trick...
> 
> Gaute
> 
> On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>> So I'm trying to setup a repository on a Windows shared drive.  I 
>> configured my POM as:
>>
>>     <distributionManagement>
>>         <repository>
>>             <id>tasna</id>
>>             
>> <url>file://host/path/to/my/Shared%20Drive/Maven/repository
>> </url>
>>         </repository>
>>     </distributionManagement>
>>
>> I run "mvn deploy" and get the following output:
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ----------------------------------------------------------------------
>> ------ [INFO] Building Trade and Asset Services
>> [INFO]    task-segment: [deploy]
>> [INFO]
>> ----------------------------------------------------------------------
>> ------
>> [INFO] [site:attach-descriptor]
>> [INFO] [install:install]
>> [INFO] Installing C:\Projects\Commons\tasna\pom.xml to C:\Documents 
>> and
>> Settings\jacksoba.UBSW\.m2\repository\com\ubs\eq\tas\na\tasna\1.0-SNAP
>> SHOT\tasna-
>> 1.0-SNAPSHOT.pom
>>
>> [INFO] [deploy:deploy]
>> altDeploymentRepository = null
>> [INFO] Retrieving previous build number from tasna
>> Uploading: *
>> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
>> na/tasna/1.0-SNAPSHOT/tasna-1.0-20070213.192326-10.pom
>> *
>>
>> 4/6K
>> 6/6K
>> 6K uploaded
>> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
>> repository metadata for: 'snapshot 
>> com.ubs.eq.tas.na:tasna:1.0-SNAPSHOT'
>> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
>> repository metadata for: 'artifact com.ubs.eq.tas.na:tasna'
>> [INFO]
>> ----------------------------------------------------------------------
>> --
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> ----------------------------------------------------------------------
>> --
>> [INFO] Total time: 3 seconds
>> [INFO] Finished at: Tue Feb 13 14:23:26 EST 2007 [INFO] Final Memory: 
>> 5M/10M [INFO]
>> ----------------------------------------------------------------------
>> --
>>
>> But when I check my repository, the POM hasn't been updated.  Any idea
> 
>> what is going on?  I know the URL is right because I can hit * 
>> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
>> na/tasna/1.0-SNAPSHOT/
>> * in the Windows Explorer without issue.
>>
>> Thanks,
>> Brian
>>
>>
>> Visit our website at http://www.ubs.com
>>
>> This message contains confidential information and is intended only 
>> for the individual named.  If you are not the named addressee you 
>> should not disseminate, distribute or copy this e-mail.  Please notify
> 
>> the sender immediately by e-mail if you have received this e-mail by 
>> mistake and delete this e-mail from your system.
>>
>> E-mail transmission cannot be guaranteed to be secure or error-free as
> 
>> information could be intercepted, corrupted, lost, destroyed, arrive 
>> late or incomplete, or contain viruses.  The sender therefore does not
> 
>> accept liability for any errors or omissions in the contents of this 
>> message which arise as a result of e-mail transmission.  If 
>> verification is required please request a hard-copy version.  This 
>> message is provided for informational purposes and should not be 
>> construed as a solicitation or offer to buy or sell any securities or 
>> related financial instruments.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> Visit our website at http://www.ubs.com
> 
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please 
> notify the sender immediately by e-mail if you have received this 
> e-mail by mistake and delete this e-mail from your system.
> 
> E-mail transmission cannot be guaranteed to be secure or error-free 
> as information could be intercepted, corrupted, lost, destroyed, 
> arrive late or incomplete, or contain viruses.  The sender therefore 
> does not accept liability for any errors or omissions in the contents 
> of this message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> This e-mail message, including any attachments, is for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information that is protected from disclosure. Any unauthorized review,
> use, disclosure or distribution is prohibited. If you are not the intended
> recipient, please contact the sender by reply e-mail and destroy all
> copies of the original message and any attachments.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Deploy-to-repository-%7C-Windows-network-file-url-tf3222797s177.html#a8957728
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to