PMD includes and excludes in maven2

2006-10-16 Thread Guillaume Tardif
Hi All, I'm running PMD and I created several reports on different java packages. I used the excludes section of the PMD configuration and it works fine ; however, the corresponding includes section doesn't seem to have any impact on the PMD execution. Is it something that still needs to be

RE: qalab.xml does not exist.

2006-10-14 Thread Guillaume Tardif
Hi, This happens typically if you add QLab reports without adding qlab in your build/plugin section, associated to phase pre-site for exemple Note that you also need to add pmd execution there, since qlab uses the pmd xml file. If you have not added qlab to your build section, take a look at

RE: qalab.xml does not exist.

2006-10-14 Thread Guillaume Tardif
To avoid any dependancy between the build phases (compile/test/verify/install) and site generation, link your qlab execution to phase pre-site instead of verify Guillaume -Message d'origine- De : Mick Knutson [mailto:[EMAIL PROTECTED] Envoyé : samedi 14 octobre 2006 01:49 À : maven

Re: Progress indicators for project management

2006-10-13 Thread Guillaume Tardif
-summary.html. Any idea? Has anyone encountered something similar? Thanks in advance Guillaume Tardif Christophe Deneux Mon, 25 Sep 2006 00:26:31 -0700 Hi all, I have quickly try maven-qalab-plugin this weekend and I have notice the following remarks/issues: - Unable to run maven-qalab