RE: Checktyle report incomplete

2009-04-01 Thread John Coleman
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

Re: Checktyle report incomplete

2009-03-31 Thread Dennis Lundberg
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

RE: Checktyle report incomplete

2009-03-30 Thread John Coleman
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

Re: Checktyle report incomplete

2009-03-30 Thread Dennis Lundberg
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

Re: Checktyle report incomplete

2009-03-29 Thread Dennis Lundberg
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

Checktyle report incomplete

2009-03-27 Thread John Coleman
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