Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 483 Bytes

File metadata and controls

23 lines (18 loc) · 483 Bytes

To generate the dashboard from the root directory, run:

$ cd dashboard
$ mvn clean install
$ mvn exec:java -Dexec.args="-f ../pom.xml"

To generate all dashboards (version 0.124.0 and onwards), including the All Versions page, run:

$ cd dashboard
$ mvn clean install
$ mvn exec:java -Dexec.args="-a com.google.cloud:google-cloud-bom"

To run a report, run:

$ cd dashboard
$ mvn clean install
$ mvn exec:java -Dexec.args="-f ../pom.xml --report"