[root]/maven2-qalab-plugin
.settings
(1 files, 6 lines)
src
(0 files, 0 lines)
changes
(1 files, 30 lines)
main
(0 files, 0 lines)
java
(0 files, 0 lines)
net
(0 files, 0 lines)
objectlab
(0 files, 0 lines)
qalab
(0 files, 0 lines)
m2
(13 files, 2793 lines)
report
(4 files, 1286 lines)
util
(4 files, 379 lines)
resources
(5 files, 1088 lines)
images
(1 files, 0 lines)
site
(1 files, 58 lines)
apt
(1 files, 18 lines)
fml
(1 files, 521 lines)
test
(0 files, 0 lines)
java
(0 files, 0 lines)
net
(0 files, 0 lines)
objectlab
(0 files, 0 lines)
qalab
(0 files, 0 lines)
m2
(0 files, 0 lines)
util
(2 files, 282 lines)
resources
(0 files, 0 lines)
UtilsTest
(1 files, 1 lines)
XmlTransformerTest
(2 files, 109 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 2380 (100.0%) | 62.6 |
Benoit Xhenseval | 29 (76.3%) | 1356 (57.0%) | 46.7 |
David Sag | 6 (15.8%) | 741 (31.1%) | 123.5 |
Marcin Jekot | 3 (7.9%) | 283 (11.9%) | 94.3 |
Added items about checkin in Maven2 FAQ, thanks to Darren Hartford.
2 lines of code changed in:
Request 1607990, Emma Support, Thanks to Robert Crawford.
38 lines of code changed in:
point to snapshot version
1 lines of code changed in:
corrected me timezone
2 lines of code changed in:
Added <distributionManagement> elements to pom's (don't know why the parent one doesn't take effect)
Also addded -SNAPSHOT to the versions - don't want a full version release to go to central repo
use the <servers> element in the settings.xml to configure a server with id `sourceforge.net'
280 lines of code changed in:
move qalab to version 1.1
4 lines of code changed in:
Move to version 1.0
7 lines of code changed in:
Use 'Current Value' and 'Previous Value' instead of 'errors' as this is more generic.
1 lines of code changed in:
changed the pom back to old version of findbugs until it is released.
2 lines of code changed in:
Run both Cobertura reports (xml & html) in one go...
3 lines of code changed in:
Fix a few issues with site generation (broken links, missing data)
12 lines of code changed in:
A fair amount of tidying up for the consolidated site generation.
2 lines of code changed in:
Tidying up a few loose ends (like an extra "a" character on maven 2 reports).
18 lines of code changed in:
[Bug 1579462] Use the xdoc directory variable.
1 lines of code changed in:
Created TWO reports for Maven2 that do a lot:
- report-merge-chart:
* goes through all supported items
* merges the data in qalab.xml
* Generate every charts for the qalab.xml
* generate the XDOC documents required to integrate the results
- report-movers-all:
* generates the xml for movers (i.e. calculate the movers)
* generate the XDOC documents required to integrate the results on the web site/fml/faq.fml
Both reports can be customized but that should really the exception...
273 lines of code changed in:
Moved version to 1.0-b1 across the board, except the Maven2 plugin (what should we do for that version???)
4 lines of code changed in:
Movers Default is checkstyle, pmd and findbugs. Please note that there is no point of adding pmd-cpd, simian or Cobertura as no statistics are kept at file level for those.
355 lines of code changed in:
* Changed default to use a DATE only (and replace stats if same date is found). a new config "dateOnly" allows you to change it.
*Added multiple specialised Mojos for Checkstyle, pmd, Simian, Findbugs, Coberetura, PMD CPD in order
to simplify the POM (i.e. no need to define where the input file is or the handler, unless you need to change the default maven values)
* Changed default summaryOnly to false for charts
* Added support for PMD CPD: Copy Paste Detector
* Added support for Cobertura: cobertura-line and cobertura-branch
* Updated to use JFreeChart 1.0.2 and JCommon 1.0.5
* Updated to use QALab 0.9.2
379 lines of code changed in:
Creating a series of 'sub Mojos' to simplify the declaration of qalab tasks in the pom.xml
198 lines of code changed in:
Created the Eclipse project for Maven 2 plugin... Marcin, up to you now...
49 lines of code changed in:
(7 more)