Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 25711 invoked from network); 25 Jun 2004 22:59:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jun 2004 22:59:36 -0000 Received: (qmail 96986 invoked by uid 500); 25 Jun 2004 22:59:48 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 96801 invoked by uid 500); 25 Jun 2004 22:59:42 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 96663 invoked by uid 99); 25 Jun 2004 22:59:39 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [216.239.56.247] (HELO mproxy.gmail.com) (216.239.56.247) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 25 Jun 2004 15:59:39 -0700 Received: by mproxy.gmail.com with SMTP id r62so179543cwc for ; Fri, 25 Jun 2004 15:59:10 -0700 (PDT) Received: by 10.38.98.26 with SMTP id v26mr73703rnb; Fri, 25 Jun 2004 15:59:10 -0700 (PDT) Message-ID: <9e3862d804062515591731204d@mail.gmail.com> Date: Sat, 26 Jun 2004 08:59:10 +1000 From: Brett Porter To: Maven Users List Subject: Re: Classes in Test In-Reply-To: <9368B411C93ED711A922000802E014130CAF53B7@FH-EXCH4.galegroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9368B411C93ED711A922000802E014130CAF53B7@FH-EXCH4.galegroup.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N that's the correct behaviour - tests should not be part of the release. You should move these test classes to project C which is used by both. On Fri, 25 Jun 2004 17:39:06 -0400, Sonnathi, Venkat wrote: > > Hi, > > I have two projects Project A, Project B. Project B depends on Project A. I > have some utility test classes in Project A in test/java directory. Project > B test classes also need those test utility classes defined in Project A. > How do I accomplish this? Currently maven does not package classes in test > dir when it builds the project A.jar. > > Thanks in advance. > --Venkat. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org