Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 11569 invoked from network); 27 Aug 2009 19:11:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 19:11:19 -0000 Received: (qmail 39802 invoked by uid 500); 27 Aug 2009 19:11:19 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 39764 invoked by uid 500); 27 Aug 2009 19:11:19 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 39755 invoked by uid 99); 27 Aug 2009 19:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 19:11:18 +0000 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 (athena.apache.org: domain of rickcr@gmail.com designates 209.85.219.225 as permitted sender) Received: from [209.85.219.225] (HELO mail-ew0-f225.google.com) (209.85.219.225) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 19:11:10 +0000 Received: by ewy25 with SMTP id 25so1490683ewy.33 for ; Thu, 27 Aug 2009 12:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=mOqkmHoBW+LoVp/FimqCdes0Jx9AEfdtBM/34Fh9amk=; b=ZoggE8TyrjDYKfrTJrvusHLBZIoUHWimrvpRu/KMRozGBd1zahoE2COpJYqhGt/qlY +vxkg0zgfz3yiJX2OoNg3J4Ba7sPkuRBWvxYVGCeyBJN22hPwAVJJWlEjGGIrzQQrIm1 0kAvaXpEFcUfg9hfqGbPwwBtM6ufgRE/j1wmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QTVxvXWj/5FypDISObOV+GQbSZfAJCWCot/aTeeCFeU1EVtYvK34tNOv3lmxzvNIpc tUIJmARzJP6oElU7BKrMEwSF/BUEPH5UCrzWej2QrGmkY9SKqb+voaRBhEvIlZyibEIK U63SxpmYGuaIN+4j2gd/+JwbDMJoIi8D0T0Zk= MIME-Version: 1.0 Received: by 10.216.10.74 with SMTP id 52mr21070weu.226.1251400249654; Thu, 27 Aug 2009 12:10:49 -0700 (PDT) In-Reply-To: <2fe5ef5b0908271207x1bfd7ee1l1215883719d34472@mail.gmail.com> References: <25167237.post@talk.nabble.com> <2fe5ef5b0908271207x1bfd7ee1l1215883719d34472@mail.gmail.com> Date: Thu, 27 Aug 2009 15:10:49 -0400 Message-ID: <583d4dff0908271210x72c97dcbl4672dcb4120aa251@mail.gmail.com> Subject: Re: Maven and iBatis 3.0 - Excuse me for the stupid question From: Rick To: user-java@ibatis.apache.org Content-Type: multipart/alternative; boundary=001485f6cd065a3cf10472245347 X-Virus-Checked: Checked by ClamAV on apache.org --001485f6cd065a3cf10472245347 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Aug 27, 2009 at 3:07 PM, Brandon Goodin wrote: > non .java files that belong on the classpath are supposed to go under the > resources directory in Maven. True. Brandon is right, you should put them there, otherwise you need to adjust your pom to include: src/main/java true **/*.xml I should probably be more standard and move them to resources. I'll do it now:) --001485f6cd065a3cf10472245347 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Thu, Aug 27, 2009 at 3:07 PM, Brandon= Goodin <b= randon.goodin@gmail.com> wrote:
non .java files that belong on the classpath are supposed to go under the r= esources directory in Maven.

True. Brandon is right, = you should put them there, otherwise you need to adjust your pom to include= :

=A0<resource>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &l= t;directory>src/main/java</directory>
=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 <filtering>true</filtering>
=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <includes>
=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <include>**/*.xml</include= >
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 </includes>
=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 </resource>


I should probably = be more standard and move them to resources. I'll do it now:)
--001485f6cd065a3cf10472245347--