Plugin documentation

Goals available:

GoalDescription
mvn-qalab:chartGoal which generates the QALab BuildStat chart.
mvn-qalab:mergeGoal that handles the merge of statistics into qalab.xml.
mvn-qalab:moversGoal 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-checkstyleGoal 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-branchGoal 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-chartGoal which generates the QALab BuildStat chart.
mvn-qalab:merge-cobertura-lineGoal 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-cpdGoal 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-findbugsGoal 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-pmdGoal 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-allUse 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:reportGoal 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-simianGoal that handles the Simian statistics into qalab.xml, it should not request any tailoring if you use the Maven default for Simian.