# Properties for the Maven Dashboard history plugin
# --------------------------------------------------
#
# This properties has to be set in your build.properties
# It defines the folder where the plugin can find your articats
# This folder is supposed to have subfolder named with the project's name
maven.dashboard.history.artifacts=C:/artifacts
# This properties has to be set in each project.properties of you MainProject (eg multiproject).
# It defines the exact folder where to find your artifacts history for this project.
# Exemple for the project "ProjectSample"
maven.historical.projectresultpath=${maven.dashboard.history.artifacts}/ProjectSample
#
# Extension of all the image file name.
maven.historical.image.extension=png
# Image generator to use for image file encoding. This properties has to be adapted
# with the file extension of the images.
maven.historical.image.graphclass=com.octo.dashboard.historical.graph.impl.PNGGraphImage