RE: Checkstyle Problem

2008-01-31 Thread nicklist
Too much c/p on my side. That should ofcourse be the goal checkstyle [1]. With regards, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/ -Original Message- From: Mitesh51 [mailto:[EMAIL PROTECTED] Sent: Thu 1/31/2008 12:22 PM To: continuum-users@maven.apache.

RE: Checkstyle Problem

2008-01-31 Thread Mitesh51
When I put ur block in pom.xml and try to run on simple maven then it gives the following error. 'run' was specified in an execution, but not found in the plugin nicklist wrote: > > What goals are you running from continuum? > > You could attach the checkstyle:checkstyle goal to another phas

RE: Checkstyle Problem

2008-01-31 Thread nicklist
Please throw away the first, the goal jar:install is not valid. If you use the second, with my configuration it should work. Hth, Nick Stolwijk -Original Message- From: Mitesh51 [mailto:[EMAIL PROTECTED] Sent: Thu 1/31/2008 12:07 PM To: continuum-users@maven.apache.org Subject: RE: Chec

RE: Checkstyle Problem

2008-01-31 Thread nicklist
What goals or phase are you running from Continuum? The reporting section is only used when generating a site (thus, running mvn site) and not when running an install or deploy. Hth, Nick Stolwijk ps. I don't think you need the checkstyle artifact as dependency. This way it will be included i

Checkstyle Problem

2008-01-31 Thread Mitesh51
I want to use checkstyle plugin and use it in continuum. My pom.xml looks like . http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 com.my