Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 53390 invoked from network); 11 Apr 2009 22:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Apr 2009 22:38:29 -0000 Received: (qmail 22037 invoked by uid 500); 11 Apr 2009 22:38:28 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 21957 invoked by uid 500); 11 Apr 2009 22:38:28 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 21947 invoked by uid 99); 11 Apr 2009 22:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 22:38:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 22:38:17 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DE9BB14A81A5 for ; Sat, 11 Apr 2009 17:37:59 -0500 (CDT) Message-ID: <1461740.1239489479433.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sat, 11 Apr 2009 17:37:59 -0500 (CDT) From: =?ISO-8859-1?Q?Rapha=EBl_Pi=E9roni_=28JIRA=29?= To: issues@maven.apache.org Subject: [jira] Closed: (ARCHETYPE-229) Do not use hardcoded path to the build directory in create-from-project goal In-Reply-To: <7513097.1235705599726.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/ARCHETYPE-229?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Rapha=EBl Pi=E9roni closed ARCHETYPE-229. ------------------------------------- Resolution: Fixed Fix Version/s: 2.0-alpha-5 Appled since revision 764216 > Do not use hardcoded path to the build directory in create-from-project g= oal > -------------------------------------------------------------------------= --- > > Key: ARCHETYPE-229 > URL: http://jira.codehaus.org/browse/ARCHETYPE-229 > Project: Maven Archetype > Issue Type: Improvement > Components: Creator > Affects Versions: 2.0-alpha-4 > Reporter: Florent Robineau > Priority: Trivial > Fix For: 2.0-alpha-5 > > > When using mvn archetype:create-from-project, the archetype is generated = in target/generated-sources/archetype irrespective of what the project's sp= ecified build directory is. > Fix should be trivial: instead of using "${basedir}/target" as the expres= sion for outputDirectory in org.apache.maven.archetype.mojos.CreateArchetyp= eFromProjectMojo (line 142 on the current version in svn), use "${project.b= uild.directory}". --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira