Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 23970 invoked from network); 31 Jan 2008 10:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 10:11:32 -0000 Received: (qmail 63855 invoked by uid 500); 31 Jan 2008 10:11:22 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 63819 invoked by uid 500); 31 Jan 2008 10:11:22 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 63808 invoked by uid 99); 31 Jan 2008 10:11:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 02:11:22 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [213.75.38.116] (HELO hpsmtp-eml16.kpnxchange.com) (213.75.38.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 10:10:52 +0000 Received: from hpsmtp-eml29.kpnxchange.com ([10.94.77.129]) by hpsmtp-eml16.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jan 2008 11:10:57 +0100 Received: from cpbrm-eml04.kpnxchange.com ([195.121.247.247]) by hpsmtp-eml29.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jan 2008 11:10:57 +0100 Received: from hpsmtp-eml30.kpnxchange.com ([10.94.53.249]) by cpbrm-eml04.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jan 2008 11:10:56 +0100 Received: from localhost ([10.94.53.249]) by hpsmtp-eml30.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jan 2008 11:10:55 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C863F1.9074C4CE" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: Checkstyle Problem Date: Thu, 31 Jan 2008 11:09:47 +0100 Message-ID: <09584178D434304885A073316C800D0C052835CD@CPEXBE-EML13.kpnsp.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Checkstyle Problem Thread-Index: Achj8TaVELcyhmX1R7iZLazPu9hqBwAADIrn References: <15201303.post@talk.nabble.com> From: To: X-OriginalArrivalTime: 31 Jan 2008 10:10:55.0906 (UTC) FILETIME=[917AA020:01C863F1] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C863F1.9074C4CE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 in your project. -----Original Message----- From: Mitesh51 [mailto:mit_bca1@yahoo.com] Sent: Thu 1/31/2008 11:07 AM To: continuum-users@maven.apache.org Subject: Checkstyle Problem =20 I want to use checkstyle plugin and use it in continuum. My pom.xml looks like ......... 4.0.0 com.mycompany.app my-app jar 1.0-SNAPSHOT my-app http://maven.apache.org scm:svn:svn://shikhas:shikhas@192.168.145.145/iLabsDevRepo/Source/trunk/i= Training/trunk/maven/my-app/ checkstyle checkstyle 4.1 jar package true =20 =20 =20 = org.apache.maven.plugins=20 =20 maven-checkstyle-plugin=20 =20 D:\ILabs Task\Maven\checkstyle-4.4\sun_checks.xml=20 =20 =20 =20 =20 It is downloading the jars necessary for the checkstyle but it is not generating the checkstyle documents. Is there anything missing in pom.xml? After running the build script in continuum, It does not generate the checkstyle reports in the Output directory with the use of continuum. Any Suggestions?? --=20 View this message in context: = http://www.nabble.com/Checkstyle-Problem-tp15201303p15201303.html Sent from the Continuum - Users mailing list archive at Nabble.com. ------_=_NextPart_001_01C863F1.9074C4CE--