e pre-site checkstyle:checkstyle pmd:pmd
surefire:test
TIA,
John
> -Original Message-
> From: Dennis Lundberg [mailto:denn...@apache.org]
> Sent: 31 March 2009 20:20
> To: Maven Users List
> Subject: Re: Checktyle report incomplete
>
> John Coleman wrote:
> > Yes
t available for Cobertura though.
> TIA
> John
>
>
>> -Original Message-
>> From: Dennis Lundberg [mailto:dennisl.apa...@gmail.com] On
>> Behalf Of Dennis Lundberg
>> Sent: 28 March 2009 17:06
>> To: Maven Users List
>> Subject: Re: Checktyle report incomplete
Lundberg
> Sent: 28 March 2009 17:06
> To: Maven Users List
> Subject: Re: Checktyle report incomplete
>
> http://maven.apache.org/plugins/maven-checkstyle-plugin/checks
tyle-mojo.html#includes
>
> You should use this command instead:
>
> mvn -Dcheckstyle.inc
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includes
You should use this command instead:
mvn -Dcheckstyle.includes=**/Named.java compile pre-site
checkstyle:checkstyle
John Coleman wrote:
> Hi,
>
> When I run the command below I only get checkstyle reports for
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includes
You should use this command instead:
mvn -Dcheckstyle.includes=**/Named.java compile pre-site
checkstyle:checkstyle
John Coleman wrote:
> Hi,
>
> When I run the command below I only get checkstyle reports for
Hi,
When I run the command below I only get checkstyle reports for 2 classes
in the project, and the class I have named is missed out. Why isn't the
file I have referred to used? Perhaps I cannot put maven properties on
the command line, who knows?
mvn -Dmaven.checkstyle.includes=**/Named.java c