-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Pierre,
> thanks Thorsten. > I have done what you said before, the good news that you have resolve > my problem the bad news that a new problem come... ^^ :-) > <reporting> > <!-- On souhaite construire le rapport de CheckStyle a l'interieur > de notre site --> > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>surefire-report-maven-plugin</artifactId> > <!-- <version>2.0</version> --> > <version>2.0-beta-1</version> > > </plugin> > </plugins> > </reporting> In my pom.xml I'm using version 2.0-beta-2-SNAPSHOT of the plugin. AFAIK there are some bugs fixed in that version, so perhaps you should give it a try...? <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> <version>2.0-beta-2-SNAPSHOT</version> </plugin> Regards Thorsten -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (MingW32) iD8DBQFEMm13QvObkgCcDe0RAig3AKDHpzzkQDo6uB51ta3eML1EsPASLwCgmFVI 29TucP5rUaK1BbMmJeemXco= =q70h -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
