Re: Reporting Plugins - How to change a dependency?

2011-03-30 Thread Hilco Wijbenga
> 2011/3/18 Hilco Wijbenga : >> I want to use the latest Checkstyle (5.3). That's easy, I just replace >> the Checkstyle plugin's (2.6) dependency to be 5.3. Now >> checkstyle:checkstyle works with 5.3. >> >> It seems, however, that reporting plugins do not allow a >> element, so how do I tell Mav

Re: Reporting Plugins - How to change a dependency?

2011-03-19 Thread Olivier Lamy
Hello, Should work with maven 3 and the new configuration [1] Section "New Configuration" If not, load an issue. Thanks -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy [1] http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html 2011/3/18 Hilco Wijbeng

Reporting Plugins - How to change a dependency?

2011-03-17 Thread Hilco Wijbenga
Hi all, I want to use the latest Checkstyle (5.3). That's easy, I just replace the Checkstyle plugin's (2.6) dependency to be 5.3. Now checkstyle:checkstyle works with 5.3. It seems, however, that reporting plugins do not allow a element, so how do I tell Maven to use 5.3 instead of 5.0? Cheers