Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 906C0716C for ; Mon, 15 Aug 2011 06:27:25 +0000 (UTC) Received: (qmail 67990 invoked by uid 500); 15 Aug 2011 06:27:22 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 67646 invoked by uid 500); 15 Aug 2011 06:27:08 -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 67636 invoked by uid 99); 15 Aug 2011 06:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 06:27:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 06:26:56 +0000 Received: by qwf6 with SMTP id 6so2783218qwf.30 for ; Sun, 14 Aug 2011 23:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RH0sB69aIBSLLKtRiluVD+3ekQfnOkelLCyK2NfX/Nw=; b=Hmy0cl+ODp3KZT04tt5DVCvRScPUyi0RW0knnjJjoNh6HUYof5WLyyDM9Q/ddcDep2 yrH2YTyWx4Aj4saB9o/JO26Gr2sXBZ+Nm0b5N6GSUDUufx5FEcpd46tSzEPoNWEAup0B 02wxmZKOfzK2QZJdA9y+CcqYIlhPReNQ4ReS8= MIME-Version: 1.0 Received: by 10.229.165.2 with SMTP id g2mr1116921qcy.32.1313389596028; Sun, 14 Aug 2011 23:26:36 -0700 (PDT) Sender: anders.g.hammar@gmail.com Received: by 10.229.79.141 with HTTP; Sun, 14 Aug 2011 23:26:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2011 08:26:35 +0200 X-Google-Sender-Auth: fzeCnK-KR1N31qUF4z1aWGwjRoE Message-ID: Subject: Re: How to get the full path directory where I'm creating the project using an Archetype From: Anders Hammar To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm thinking ${project.basedir} combined with filtering. Or possibly without filtering as you should never include a hard-coded path. Are we talking about the pom that the archetype produces? /Anders 2011/8/15 N=E9stor Bosc=E1n : > Hi > > I need in my archetype to get the full path of a the directory where I'm > creating the project. Is this possible? > > Regards, > > N=E9stor Bosc=E1n > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org