Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 82619 invoked from network); 15 Sep 2006 07:47:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 07:47:16 -0000 Received: (qmail 39384 invoked by uid 500); 15 Sep 2006 07:47:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39053 invoked by uid 500); 15 Sep 2006 07:47:14 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 39042 invoked by uid 99); 15 Sep 2006 07:47:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 00:47:14 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brett.porter@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 00:47:03 -0700 Received: by wx-out-0506.google.com with SMTP id s8so2937954wxc for ; Fri, 15 Sep 2006 00:46:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eSh818BDdG2qnr2E0M0svuxpBAMUcxxOS7KwMj9jJnTwzKUIM8Ucvvq2+hsGQlR/P14efTmxYVF/6A4hCxX4ZbvB9iG/QWs2W3gN+YVpfV6YZbmZRTiRpKNtz3ZGRe+S4Wsx8JbCFlkZbn4T6C6F1ZeinKgC6NOAG2zy3WGQm2U= Received: by 10.90.90.3 with SMTP id n3mr3570973agb; Fri, 15 Sep 2006 00:46:37 -0700 (PDT) Received: by 10.90.66.19 with HTTP; Fri, 15 Sep 2006 00:46:37 -0700 (PDT) Message-ID: <9e3862d80609150046n38f91879rfcd191e1fc248db5@mail.gmail.com> Date: Fri, 15 Sep 2006 17:46:37 +1000 From: "Brett Porter" To: "Ant Developers List" Subject: Re: OT - Maven woes In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9e3862d80609142238i3b2e48aj8e00da9358143bd5@mail.gmail.com> <9e3862d80609142306r17aba504r2715dcf489fe106c@mail.gmail.com> <9e3862d80609142340m6e1847f3s643cd90c80653607@mail.gmail.com> <9e3862d80609150009x7fb6ac2cl2f2f29e310a0eb63@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Instead of the manifest entries (which you are filtering from your own manifest file), you can use the configuration to the JAR plugin (or do both). http://maven.apache.org/guides/mini/guide-manifest.html On 15/09/06, Kevin Jackson wrote: > Hi Brett, > > Thanks for taking the time to trouble-shoot this - I *really* > appreciate all the help so far. > > I've fixed the missing resource problem, but the Manifest file is > still not being updated in the jar file. > > I have a Manifest.mf file in my src/main/resources dir, it is being > updated with the build time correctly (and put in > target/classes/META-INF. I now want this to be used in the jar > plugin: > > > org.apache.maven.plugins > maven-jar-plugin > > > > - ${build.time} > > > > > > > jar > > > > > > The jar plugin is simply creating a default manifest file and ignoring > the resources file. What I really want is the src/main/resources > Manifest.mf to be appended to the end of the auto-generated > Manifest.mf > > Kev > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > -- Apache Maven - http://maven.apache.org "Better Builds with Maven" book - http://library.mergere.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org