Deploy multi module site to windows share
-----------------------------------------
Key: MSITE-232
URL: http://jira.codehaus.org/browse/MSITE-232
Project: Maven 2.x Site Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-5, 2.0-beta-4
Environment: windows xp sp 2
Reporter: Yves Van Steen
I was unable to deploy the sites of my submodules to my windows share. the
windows share is one that is under a web path to my apache webserver.
For the record some other posted bugs on the JIRA about deploy to windows share
did'nt expect this kind of behaviour (the double backslash way,
file:\\....\...). I did. Don't really find it odd.
It only works when you have a single module build. When you have a reactor
build (pom with modules) it only deploys the root (or top pom) but sub projects
don't get deployed because maven starts to use slashes and not backslashes.
Example :
Deploy top = file://\\vam7225\repo\www\orbisbe (=> works)
Deploy subproject = file://\\vam7225\repo\www\orbisbe/component1 (=> No deploy)
Deploy subproject = file://\\vam7225\repo\www\orbisbe/component2 (=> No deploy)
But It does NOT report a failure on the sub projects. And you can see the use
of the normal slash above.
Is there a fix available for this ??
Thanx for any help
--
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