[ http://jira.codehaus.org/browse/MNG-2586?page=all ]
Dominique Jean-Prost closed MNG-2586. ------------------------------------- Resolution: Won't Fix Not a bug > Site deployment doesn't work with file://\\shareddir > ---------------------------------------------------- > > Key: MNG-2586 > URL: http://jira.codehaus.org/browse/MNG-2586 > Project: Maven 2 > Issue Type: Bug > Components: Sites & Reporting > Affects Versions: 2.0.4 > Environment: windows XP > Reporter: Dominique Jean-Prost > > <distributionManagement> > <repository> > <id>repo</id> > <name>Repo</name> > <url>file://\\vsrigel\maven-proxy</url> > </repository> > <site> > <id>intranet</id> > <name>Intranet</name> > <url>file://\\podjp\classes\sitesdev</url> <!-- \\podjp\classes is a shared > dir--> > </site> > </distributionManagement> > Site deployment doesn't seem to work for me with this url. When I try mvn > site:deploy, i get nothing in the url destination, although I get the > following output in my dos command : > [INFO] [site:deploy] > file://\\podjp\classes\sitesdev/test-common - Session: Opened > file://\\podjp\classes\sitesdev/test-common - Session: Disconnecting > file://\\podjp\classes\sitesdev/test-common - Session: Disconnected > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > Please note that if I use <url>file://c:/classes/sitesdev</url>, it does work. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira