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()
|
||||
throws MojoExecutionException
|
||||
{
|
||||
siteRenderer.setTemplateClassLoader( DoxiaMojo.class.getClassLoader() );
|
||||
|
||||
try
|
||||
{
|
||||
categorizeReports();
|
||||
|
|
|
@ -28,10 +28,14 @@
|
|||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</a>
|
||||
</div></div>
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
$bodyContent
|
||||
|
|
Loading…
Reference in New Issue