Goals available:
Goal | Description |
---|---|
mvn-qalab:chart
|
Goal which generates the QALab BuildStat chart. |
mvn-qalab:merge
|
Goal that handles the merge of statistics into qalab.xml. |
mvn-qalab:movers
|
Goal to create the mover XML file given the correct parameters. The movers report shows what has changed over the last "x" hours. |
mvn-qalab:merge-checkstyle
|
Goal that handles the Checkstyle statistics into qalab.xml, it should not request any tailoring if you use the Maven default for Checkstyle. |
mvn-qalab:merge-cobertura-branch
|
Goal that handles the Cobertura Branch statistics into qalab.xml, it should not request any tailoring if you use the Maven default for Cobertura. |
mvn-qalab:cobertura-chart
|
Goal which generates the QALab BuildStat chart. |
mvn-qalab:merge-cobertura-line
|
Goal that handles the Cobertura Line statistics into qalab.xml, it should not request any tailoring if you use the Maven default for Cobertura. |
mvn-qalab:merge-cpd
|
Goal that handles the PMD CPD statistics into qalab.xml, it should not request any tailoring if you use the Maven default for PMD CD. |
mvn-qalab:merge-findbugs
|
Goal that handles the FindBugs statistics into qalab.xml, it should not request any tailoring if you use the Maven default for FindBugs. |
mvn-qalab:merge-pmd
|
Goal that handles the PMD statistics into qalab.xml, it should not request any tailoring if you use the Maven default for PMD. |
mvn-qalab:merge-all
|
Use this goal to merge all available statistics, easiest use, supported: Checkstyle, PMD, PMD CPD, Simian, FindBugs, Cobertua Line and Cobertura Branch; it should not require any tailoring if you are using the Maven default for all those reports. |
mvn-qalab:report
|
Goal that handles the generation of a site report based on the data in the qalab.xml file. |
mvn-qalab:report-merge-chart
|
*** IMPORTANT USE this Report as part of your reporting section, it merges the data in qalab.xml, creates the charts and generates the chart report, ensure that this report is run AFTER Checkstyle, pmd, Findbugs, Cobertura, etc. |
mvn-qalab:report-movers-all
|
*** IMPORTANT: USE this Report AFTER the merge and chart report, it will calculate the movers and generate of the Movers report. |
mvn-qalab:merge-simian
|
Goal that handles the Simian statistics into qalab.xml, it should not request any tailoring if you use the Maven default for Simian. |