Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 34503 invoked from network); 14 Feb 2009 15:30:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2009 15:30:23 -0000 Received: (qmail 38898 invoked by uid 500); 14 Feb 2009 15:30:15 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 38268 invoked by uid 500); 14 Feb 2009 15:30:14 -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 38257 invoked by uid 99); 14 Feb 2009 15:30:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 07:30:14 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of subhrajyotim@gmail.com designates 209.85.198.227 as permitted sender) Received: from [209.85.198.227] (HELO rv-out-0506.google.com) (209.85.198.227) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 15:30:06 +0000 Received: by rv-out-0506.google.com with SMTP id g9so450023rvb.4 for ; Sat, 14 Feb 2009 07:29:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XrsRANhxmcVpnIaf+Y2Tl91p2MGfDwOMYlTZEaVktz8=; b=DTiZ52fFYuTSllGstR/9p0blG8HNOj5l4xg5Ok38PvOWfThdj/8GahPZqokwjuhzFW F7LNWb4oiLfF26qOuhXwX4NK6A0px+CXeEqigsSdvFgBRNou3jpwIpX0CC13SR4UPe3Z r82dRn5PwgYJrcdMNbJWvYq+hI0KkhzQ90/0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FVXGsWeBjTF1RjIOD1YJx8dZIN0fOxtqjpUCqYlWo1Z5W07sYyiIyCVXZuYfQhjlOA TRXHWzsxtiMDpheGVOmrRMyMR8l6tWxFnmqH43NQ5scU8lAlNon3MsZ/DL913TmjdHWy 4oa9uiuZ/7vcJeN3vGgKKjB3jhXXL9cIIhlEo= MIME-Version: 1.0 Received: by 10.142.214.11 with SMTP id m11mr708569wfg.22.1234625385165; Sat, 14 Feb 2009 07:29:45 -0800 (PST) Date: Sat, 14 Feb 2009 20:59:45 +0530 Message-ID: Subject: Including test classes in war packaging. From: Subhrajyoti Moitra To: users@maven.apache.org Content-Type: multipart/alternative; boundary=000e0cd2e61c8372e00462e29f09 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2e61c8372e00462e29f09 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I am using maven2 to build a war. In my src/test/java i have some test servlets which are also to be included in the distribution. It seems that the default war packaging only takes into account the src/main/java classes. Please advice, how I can include all the test files as well in the war? Thanks a lot in advance. Subhro. --000e0cd2e61c8372e00462e29f09--