Fixed MPDASHBOARD-14. there was a problem with the images not being copied to the project's docs directory. Thanks to Michael Gaffney for this.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-10-13 09:45:10 +00:00
parent 1986bdf85d
commit 68dd55b53f
2 changed files with 4 additions and 1 deletions

View File

@@ -141,6 +141,9 @@
outputMode="xml"
prettyPrint="true"/>
<mkdir dir="${maven.docs.dest}/images"/>
<copy todir="${maven.docs.dest}/images" file="${plugin.resources}/images/trans.gif"/>
</goal>
<!--

View File

@@ -68,7 +68,7 @@ maven.dashboard.report.bar.left = green
maven.dashboard.report.bar.right = red
# Image to set cells with (should be transparent)
maven.dashboard.report.bar.image = ${plugin.resources}/images/trans.gif
maven.dashboard.report.bar.image = images/trans.gif
maven.dashboard.report.bar.height = 10
maven.dashboard.report.bar.border = 0
maven.dashboard.report.bar.displayLabel = true