Historical Data Specification Settings

PropertyOptional?Description
hdc.build.result.fileYes

The file that contains the data that should be recorded for historical analysis. It defaults to ${maven.gen.docs}/junit-report.xml.

hdc.values.xpathYes

X-Path expression specifying the path to the data that should be recorded from the results file. It defaults to /document/body/section[@name='Package List']/table/tr/td[2]/text().

hdc.labels.xpathYes

X-Path expression specifying the path to the labels for the data points that should be recorded from the results file. It defaults to /document/body/section[@name='Package List']/table/tr/td[1]/a/text().

hdc.headingYes

The headline for the data collection. It defaults to Total Number of Tests per Package.

Database Settings

hdc.hibernate.dialectYes

The database dialect used by hibernate. It defaults to net.sf.hibernate.dialect.MySQLDialect.

hdc.hibernate.connection.driver_classYes

The driver used to connect to the database. It defaults to com.mysql.jdbc.Driver.

hdc.hibernate.connection.urlYes

The database connection URL. It defaults to jdbc:mysql://localhost:3306/historical_build_results.

hdc.hibernate.connection.usernameYes

The user name used to connect to the database. It defaults to root.

hdc.hibernate.connection.passwordYes

The password used to connect to the database. It defaults to an empty string.

Chart Settings

PropertyOptional?Description
hdc.chart.widthYes

The width of the generated charts in pixels. It defaults to 900.

hdc.chart.heightYes

The height of the generated charts in pixels. It defaults to 500.