Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 78020 invoked from network); 29 Sep 2009 08:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 08:25:28 -0000 Received: (qmail 20464 invoked by uid 500); 29 Sep 2009 08:25:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 20360 invoked by uid 500); 29 Sep 2009 08:25:26 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 20350 invoked by uid 99); 29 Sep 2009 08:25:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 08:25:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 08:25:16 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MsY11-0007FG-93 for users@maven.apache.org; Tue, 29 Sep 2009 01:24:55 -0700 Message-ID: <25658865.post@talk.nabble.com> Date: Tue, 29 Sep 2009 01:24:55 -0700 (PDT) From: ifsNabble To: users@maven.apache.org Subject: How-to implement Code Quality Analysis on multiple Maven Projects? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: ralf.heitzler@bertelsmann.de X-Virus-Checked: Checked by ClamAV on apache.org Hi all! I=C2=B4m stuck with following problem: My Project consists of about 150 Maven projects. All of them are somehow dependent on each other. I=C2=B4m able to build and analyze code quality for every single project. But to analyze special metrics I need all source code together in one folder. And there=C2=B4s my problem. I could create a stupid dummy ant script that copies every code from /src/main/java to the common source folder. And then I start analyzing this= . But that=C2=B4s not really what I want. Apart from that I do need a new pom= .xml for the new all-embracing project. And then I=C2=B4m at the point where I h= ave to copy/paste the source code from the single projects to the "big" project. I thought about using module for solving my problem, but I don=C2=B4t know = if that suits my needs? I=C2=B4m using Eclipse and m2eclipse-Plugin, Hudson as build tool and Sonar= as code quality analyzer. Our platform is Windows. Does anyone have some suggestions or best practices for my problem? I=C2=B4m sure I=C2=B4m not the first one facing such problems. The main pre-conditions for the solution are: - I don=C2=B4t want to change the structure of my projects (e.g. merge some projects together) - I=C2=B4d like to use as many native Maven tools as possible (plugins, techniques like modules, ...) and avoid using handmade solutions like copy&paste or writing ant scripts Thanks already! --=20 View this message in context: http://www.nabble.com/How-to-implement-Code-Q= uality-Analysis-on-multiple-Maven-Projects--tp25658865p25658865.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org