You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Br...@ubs.com on 2007/02/13 20:32:48 UTC

Deploy to repository | Windows network file url

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-SNAPSH
OT\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

RE: Deploy to repository | Windows network file url

Posted by franz see <fr...@gmail.com>.
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: Brian-R.Jackson@ubs.com [mailto:Brian-R.Jackson@ubs.com] 
> 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:gautelote@gmail.com] 
> 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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
> 
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploy to repository | Windows network file url

Posted by Br...@ubs.com.
Thanks that was helpful. 

-----Original Message-----
From: Wayne Fay [mailto:waynefay@gmail.com] 
Sent: Wednesday, February 14, 2007 10:53 AM
To: Maven Users List
Subject: Re: Deploy to repository | Windows network file url

Deploy to shared directories with no spaces in their names?

Wayne

On 2/14/07, Brian-R.Jackson@ubs.com <Br...@ubs.com> wrote:
> Thanks Kevan,
>
> Actually I found out my previous tries had worked, but were creating a

> new directory with literally '%20' in the name instead of spaces (my 
> example isn't accurate and the spaces are in the name of a folder not 
> the shared drive).  I tried changing the url to have spaces instead of

> encoded spaces, but the result is still the same, '%20' in the folder 
> name.
>
> Anyone have ideas?
>
> Thanks,
> Brian
>
>
> -----Original Message-----
> From: Kevan Dunsmore [mailto:Kevan.Dunsmore@sabrix.com]
> Sent: Tuesday, February 13, 2007 8:13 PM
> To: Maven Users List
> Subject: RE: Deploy to repository | Windows network file url
>
> Brian,
>
> This works for me:
>
> file:////host/share/path
>
> Kevan.
>
> -----Original Message-----
> From: Brian-R.Jackson@ubs.com [mailto:Brian-R.Jackson@ubs.com]
> 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:gautelote@gmail.com]
> 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/tasn
> a/
> 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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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-SN
> > AP
> > 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/ta
> > s/ 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/ta
> > s/
> > 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Deploy to repository | Windows network file url

Posted by Wayne Fay <wa...@gmail.com>.
Deploy to shared directories with no spaces in their names?

Wayne

On 2/14/07, Brian-R.Jackson@ubs.com <Br...@ubs.com> wrote:
> Thanks Kevan,
>
> Actually I found out my previous tries had worked, but were creating a
> new directory with literally '%20' in the name instead of spaces (my
> example isn't accurate and the spaces are in the name of a folder not
> the shared drive).  I tried changing the url to have spaces instead of
> encoded spaces, but the result is still the same, '%20' in the folder
> name.
>
> Anyone have ideas?
>
> Thanks,
> Brian
>
>
> -----Original Message-----
> From: Kevan Dunsmore [mailto:Kevan.Dunsmore@sabrix.com]
> Sent: Tuesday, February 13, 2007 8:13 PM
> To: Maven Users List
> Subject: RE: Deploy to repository | Windows network file url
>
> Brian,
>
> This works for me:
>
> file:////host/share/path
>
> Kevan.
>
> -----Original Message-----
> From: Brian-R.Jackson@ubs.com [mailto:Brian-R.Jackson@ubs.com]
> 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:gautelote@gmail.com]
> 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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: Deploy to repository | Windows network file url

Posted by Br...@ubs.com.
Thanks Kevan,
 
Actually I found out my previous tries had worked, but were creating a
new directory with literally '%20' in the name instead of spaces (my
example isn't accurate and the spaces are in the name of a folder not
the shared drive).  I tried changing the url to have spaces instead of
encoded spaces, but the result is still the same, '%20' in the folder
name.

Anyone have ideas?

Thanks,
Brian


-----Original Message-----
From: Kevan Dunsmore [mailto:Kevan.Dunsmore@sabrix.com] 
Sent: Tuesday, February 13, 2007 8:13 PM
To: Maven Users List
Subject: RE: Deploy to repository | Windows network file url

Brian,

This works for me:

file:////host/share/path

Kevan.

-----Original Message-----
From: Brian-R.Jackson@ubs.com [mailto:Brian-R.Jackson@ubs.com]
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:gautelote@gmail.com]
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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploy to repository | Windows network file url

Posted by Kevan Dunsmore <Ke...@sabrix.com>.
Brian,

This works for me:

file:////host/share/path

Kevan.

-----Original Message-----
From: Brian-R.Jackson@ubs.com [mailto:Brian-R.Jackson@ubs.com] 
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:gautelote@gmail.com] 
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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploy to repository | Windows network file url

Posted by Br...@ubs.com.
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:gautelote@gmail.com] 
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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Deploy to repository | Windows network file url

Posted by Gaute Lote <ga...@gmail.com>.
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, Brian-R.Jackson@ubs.com <Br...@ubs.com> 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-SNAPSHOT\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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>