Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 39257 invoked from network); 7 Feb 2008 13:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 13:43:43 -0000 Received: (qmail 96954 invoked by uid 500); 7 Feb 2008 13:43:35 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 96738 invoked by uid 500); 7 Feb 2008 13:43:35 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 96727 invoked by uid 99); 7 Feb 2008 13:43:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 05:43:35 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [195.216.81.147] (HELO mail.otego.com) (195.216.81.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 13:43:06 +0000 Received: (qmail 7246 invoked from network); 7 Feb 2008 13:43:12 -0000 Received: from 192.168.222.135 by zeus (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.91.2/4015. perlscan: 1.25st. Clear:RC:1(192.168.222.135):. Processed in 0.025621 secs); 07 Feb 2008 13:43:12 -0000 Received: from unknown (HELO ?192.168.222.135?) (192.168.222.135) by 0 with SMTP; 7 Feb 2008 13:43:12 -0000 Message-ID: <47AB0AF0.8000602@apache.org> Date: Thu, 07 Feb 2008 14:43:12 +0100 From: Felix Knecht User-Agent: Thunderbird 2.0.0.9 (X11/20080118) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [Studio] Mavenization status - Remaning issues References: <98d8c0860801160525o585810ccg31d504cc621d8d37@mail.gmail.com> <47A9855F.8080200@apache.org> <98d8c0860802060301i5e9b5c23y66b397f623885c3b@mail.gmail.com> <47A99916.30909@apache.org> <98d8c0860802060331h65558160r2e03e33ab1e8aac8@mail.gmail.com> <98d8c0860802060426u44880f1ane103d97db5fb85d9@mail.gmail.com> <98d8c0860802060439g30a4aeb8v913e8c455104b928@mail.gmail.com> <47A9AB36.2010301@apache.org> <98d8c0860802060452l74696c06w2f4da25712c5c6d7@mail.gmail.com> <98d8c0860802060609p12a5be9ageeb5bf86672a2667@mail.gmail.com> <98d8c0860802060623u6208b0fel9d03f519a8a10142@mail.gmail.com> In-Reply-To: <98d8c0860802060623u6208b0fel9d03f519a8a10142@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Pierre-Arnaud Marcelot schrieb: > Felix, > > In the help plugins, we have the following line in the '0_index.xml' > docbook file: > Version 1.1.0.SNAPSHOT > > It would be very great if we could modify this as: > Version ${pom.version} > And get Maven to replace the ${pom.version}. Hehe - You can do everything if you want. Sometimes you can resuse existing things, sometimes you need to do yourself ;-) > > Is it possible ? Yes > What do we need to add to the pom.xml ? Everything done. You can test it. Regards Felix