You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@accor.com> on 2005/11/10 22:15:12 UTC

[m2]site:deploy (trouble with url starting with /local)

Hi,
I have setted the following values :
<distributionManagement>
<site>
<id>WebReports</id>
<url>file://local/maven/Reports/Accommons-tools</url>
</site>
</distributionManagement>
mvn site:site site:deploy
The deployement try to put all files in /maven/Reports/Accommons-tools.
I need to specify file://local/local/maven/Reports/Accommons-tools
- Olivier



This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited.
********************************************************************** 
Ce message electronique et tous les fichiers joints ainsi que  les informations contenues dans ce message ( ci apres "le message" ), sont confidentiels et destines exclusivement a l'usage de la  personne a laquelle ils sont adresses. Si vous avez recu ce message par erreur, merci  de le renvoyer a son emetteur et de le detruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressement autorisees de ce message, sont interdites.
********************************************************************** 


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


Re: [m2]site:deploy (trouble with url starting with /local)

Posted by Emmanuel Venisse <em...@venisse.net>.
file url must be have 3 '/' after ':' so you should use
file:///local/maven/...

If you define a string between the second and the third slash, and this string is the name 
of a network machine, it will be use as a machine name like this :
file://localhost/rep1/rep2

Emmanuel

Emmanuel

Olivier Lamy a écrit :
> Hi,
> I have setted the following values :
> <distributionManagement>
> <site>
> <id>WebReports</id>
> <url>file://local/maven/Reports/Accommons-tools</url>
> </site>
> </distributionManagement>
> mvn site:site site:deploy
> The deployement try to put all files in /maven/Reports/Accommons-tools.
> I need to specify file://local/local/maven/Reports/Accommons-tools
> - Olivier
> 
> 
> 
> This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited.
> ********************************************************************** 
> Ce message electronique et tous les fichiers joints ainsi que  les informations contenues dans ce message ( ci apres "le message" ), sont confidentiels et destines exclusivement a l'usage de la  personne a laquelle ils sont adresses. Si vous avez recu ce message par erreur, merci  de le renvoyer a son emetteur et de le detruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressement autorisees de ce message, sont interdites.
> ********************************************************************** 
> 
> 
> ---------------------------------------------------------------------
> 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