mirror of https://github.com/apache/maven.git
o tidy up the site template
o set the classloader used where the template will be found git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec805f988f
commit
6e83944830
|
@ -136,6 +136,8 @@ public class DoxiaMojo
|
||||||
public void execute()
|
public void execute()
|
||||||
throws MojoExecutionException
|
throws MojoExecutionException
|
||||||
{
|
{
|
||||||
|
siteRenderer.setTemplateClassLoader( DoxiaMojo.class.getClassLoader() );
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
categorizeReports();
|
categorizeReports();
|
||||||
|
|
|
@ -28,10 +28,14 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="leftColumn"><div id="navcolumn">$mainMenu<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
|
<div id="leftColumn">
|
||||||
|
<div id="navcolumn">
|
||||||
|
$mainMenu
|
||||||
|
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
|
||||||
<img alt="Built by Maven" src="$relativePath/images/logos/maven-feather.png"></img>
|
<img alt="Built by Maven" src="$relativePath/images/logos/maven-feather.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div></div>
|
</div>
|
||||||
|
</div>
|
||||||
<div id="bodyColumn">
|
<div id="bodyColumn">
|
||||||
<div id="contentBox">
|
<div id="contentBox">
|
||||||
$bodyContent
|
$bodyContent
|
||||||
|
|
Loading…
Reference in New Issue