Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-6
-
None
-
Debian testing,maven 2.0.8
Description
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>
Attachments
Attachments
Issue Links
- is duplicated by
-
MSITE-276 Links on Modules are completely broken on site:stage
- Closed
-
MSITE-366 multimodule site stage doesn't work
- Closed
- relates to
-
MSITE-304 site:stage-deploy creates different directory structure than site:site
- Closed
-
MSITE-316 Broken links to submodules when staging site
- Closed
- supercedes
-
MSITE-236 multi module reporting - main page doesn't show links to contained modules
- Closed