You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jörg Hohwiller (JIRA)" <ji...@codehaus.org> on 2008/07/27 01:14:26 UTC

[jira] Commented: (MSITE-275) site:stage for multimodule project creates wrong links

    [ http://jira.codehaus.org/browse/MSITE-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143229#action_143229 ] 

Jörg Hohwiller commented on MSITE-275:
--------------------------------------

I reported MSITE-276 which has been marked as a duplicate of this issue.
The bug still exists for 2.0-beta-7.
Could you please test site:stage for your next release!

> site:stage  for multimodule project creates wrong links
> -------------------------------------------------------
>
>                 Key: MSITE-275
>                 URL: http://jira.codehaus.org/browse/MSITE-275
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-6
>         Environment: Debian testing,maven 2.0.8
>            Reporter: Roman Kitko
>         Attachments: MSITE-275.zip
>
>
> For multimodule project when I exec 'mvn site:stage  -DstagingDirectory=MY_STAGING_DIR', created links in index.html are hardcoded with path to project dir :
> <a href="../../mnt/data/projects/vpda/current/workspace/ws/../../../../../../localhost/home/vpda/site/org.vpda/0.02.01-SNAPSHOT">vpda-common</a>
> When I exec mvn site", then index.html in target/site is correctly generated.
> There is workaround : use site-deploy and specify some property that is resolved in pom.xml as your deploy site url :
> mvn site-deploy  -Dvpda.deployUrlSite=file:///home/rki/tmp/XXX
> My site.xml : 
> <project name="vpda-site">
> 	<bannerLeft>
> 		<name>View providers driven applications</name>
> 		<src>images/vpda.jpg</src>
> 		<href>http://vpda.org/</href>
> 	</bannerLeft>
> 	<body>
> 		<links>
> 			<item name="Home" href="index.html" />
> 			<item name="Maven 2" href="http://maven.apache.org/"/>
> 		</links>
> 		
> 		<menu name="VPDA" inherit="none">
> 			<item name="Introduction" href="introduction.html"/>
> 			<item name="Usage" href="usage.html"/>
> 			<item name="Downloads" href="../${project.artifactId}-${project.version}.zip"/>
> 		</menu>
> 		
> 		<menu ref="modules"/>
> 		<menu ref="reports"/>
> 		<menu ref="parent"/>
> 	</body>
> </project>

-- 
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