Doc: fix maven site title

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@757 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-09-25 12:05:45 +00:00
parent 6ba6dadaae
commit 981b9cb51a
1 changed files with 9 additions and 0 deletions

View File

@ -270,4 +270,13 @@
</tar>
</target>
<target name='fix-site'>
<!-- fix site title generated by mvn site -->
<replaceregexp match="Maven - "
replace="">
<fileset dir="target/site"/>
</replaceregexp>
</target>
</project>