Directory maven2-qalab-plugin/

Directory Created:
2006-02-13 07:34
Total Files:
4
Deleted Files:
0
Lines of Code:
708

Browse with ViewVC

[root]/maven2-qalab-plugin

        directory in repo .settings (1 files, 6 lines)

        directory in repo src (0 files, 0 lines)

            directory in repo changes (1 files, 30 lines)

            directory in repo main (0 files, 0 lines)

                directory in repo java (0 files, 0 lines)

                    directory in repo net (0 files, 0 lines)

                        directory in repo objectlab (0 files, 0 lines)

                            directory in repo qalab (0 files, 0 lines)

                                directory in repo m2 (13 files, 2793 lines)

                                    directory in repo report (4 files, 1286 lines)

                                    directory in repo util (4 files, 379 lines)

                directory in repo resources (5 files, 1088 lines)

                    directory in repo images (1 files, 0 lines)

            directory in repo site (1 files, 58 lines)

                directory in repo apt (1 files, 18 lines)

                directory in repo fml (1 files, 521 lines)

            directory in repo test (0 files, 0 lines)

                directory in repo java (0 files, 0 lines)

                    directory in repo net (0 files, 0 lines)

                        directory in repo objectlab (0 files, 0 lines)

                            directory in repo qalab (0 files, 0 lines)

                                directory in repo m2 (0 files, 0 lines)

                                    directory in repo util (2 files, 282 lines)

                directory in repo resources (0 files, 0 lines)

                    directory in repo UtilsTest (1 files, 1 lines)

                    directory in repo XmlTransformerTest (2 files, 109 lines)

Lines of Code

maven2-qalab-plugin/ Lines of Code

Developers

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

Most Recent Commits

Benoit Xhenseval 2007-04-09 14:24

Added items about checkin in Maven2 FAQ, thanks to Darren Hartford.

2 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+2 -2)
Benoit Xhenseval 2007-04-06 21:24

Request 1607990, Emma Support, Thanks to Robert Crawford.

38 lines of code changed in:

Marcin Jekot 2006-12-29 16:08

point to snapshot version

1 lines of code changed in:

Marcin Jekot 2006-12-29 16:07

corrected me timezone

2 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+2 -2)
Marcin Jekot 2006-12-27 21:38

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:

  • maven2-qalab-plugin: pom.xml (+280 -273)
Benoit Xhenseval 2006-11-21 11:38

move qalab to version 1.1

4 lines of code changed in:

Benoit Xhenseval 2006-11-12 17:41

Move to version 1.0

7 lines of code changed in:

Benoit Xhenseval 2006-11-08 00:53

Use 'Current Value' and 'Previous Value' instead of 'errors' as this is more generic.

1 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+1 -1)
Benoit Xhenseval 2006-11-07 22:20

changed the pom back to old version of findbugs until it is released.

2 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+2 -2)
Benoit Xhenseval 2006-11-07 16:52

Run both Cobertura reports (xml & html) in one go...

3 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+3 -5)
Benoit Xhenseval 2006-11-07 12:05

Fix a few issues with site generation (broken links, missing data)

12 lines of code changed in:

Benoit Xhenseval 2006-11-06 18:35

A fair amount of tidying up for the consolidated site generation.

2 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+2 -2)
Benoit Xhenseval 2006-11-06 16:15

Tidying up a few loose ends (like an extra "a" character on maven 2 reports).

18 lines of code changed in:

  • maven2-qalab-plugin: pom.xml (+18 -12)
Benoit Xhenseval 2006-11-03 16:32

[Bug 1579462] Use the xdoc directory variable.

1 lines of code changed in:

  • maven2-qalab-plugin: .project (+1 -1)
Benoit Xhenseval 2006-11-02 23:31

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:

Benoit Xhenseval 2006-11-02 18:39

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:

Benoit Xhenseval 2006-11-02 18:17

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:

  • maven2-qalab-plugin: pom.xml (+355 -335)
Benoit Xhenseval 2006-11-01 23:40

* 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:

Benoit Xhenseval 2006-11-01 19:02

Creating a series of 'sub Mojos' to simplify the declaration of qalab tasks in the pom.xml

198 lines of code changed in:

Benoit Xhenseval 2006-09-19 14:52

Created the Eclipse project for Maven 2 plugin... Marcin, up to you now...

49 lines of code changed in:

(7 more)

Generated by StatSVN 0.3.2-SNAPSHOT