From users-return-29511-apmail-maven-users-archive=maven.apache.org@maven.apache.org Sat Sep 24 14:00:47 2005 Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 49641 invoked from network); 24 Sep 2005 14:00:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Sep 2005 14:00:46 -0000 Received: (qmail 97634 invoked by uid 500); 24 Sep 2005 14:00:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 97603 invoked by uid 500); 24 Sep 2005 14:00:41 -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 97590 invoked by uid 99); 24 Sep 2005 14:00:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2005 07:00:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 212.27.42.29 is neither permitted nor denied by domain of raphaelpieroni@gmail.com) Received: from [212.27.42.29] (HELO smtp3-g19.free.fr) (212.27.42.29) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2005 07:00:47 -0700 Received: from [192.168.0.31] (vil35-1-82-67-119-155.fbx.proxad.net [82.67.119.155]) by smtp3-g19.free.fr (Postfix) with ESMTP id 55A5B24B17; Sat, 24 Sep 2005 16:00:18 +0200 (CEST) Message-ID: <43355BF1.1060909@gmail.com> Date: Sat, 24 Sep 2005 16:00:17 +0200 From: =?ISO-8859-1?Q?Rapha=EBl_Pi=E9roni?= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: fr, en MIME-Version: 1.0 To: Maven Users List CC: Edwin Punzalan Subject: Re: [m2] netbeans-freeform feature request References: <4334B99F.1050804@exist.com> In-Reply-To: <4334B99F.1050804@exist.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Edwin, I am not sure of you're really looking for with that evolution. The way it work actually is to create a 'nbproject' folder as a child of the directory containing the 'current' project. 'current' can be the subproject in a multiproject environment. Correct me if i'm wrong. What you want is to call 'm2 -f /path/to/pom.xml netbeans-freeform:generate-netbeans-project' and see generated the directory 'nbproject' in another directory of the pom. And obviously see that directory as a freeform project and can call maven from that directory. You desire this behaviour not to see the 'nbproject' directory in svn. As a workaround before this issue will be corrected you may try to add 'nbproject' as ignore in your default svn properties. And if that does not fixe really the behaviour you want for teh plugin, then please raise a jira issue at jira.codehaus.org for project mojo. Thanks for the feedback. Raphaël Edwin Punzalan a écrit > Hi, Rafale > > I'm a netbeans user and got hyped when Johnny Ruiz showed me what your > mojo can do. Nice work! > > I have one request, though, before I can use it, if you don't mind. :D > > Is it possible to specify the Netbeans project location and project > folder (as you would when creating a new project) ? > That would be very useful when I don't want to have all the nbproject > directories appear within my svn-ed projects. Currently, I have one > Netbeans Project Location for all my Netbeans projects. And within > it, are the project folders. > > Thanks in advance and am really looking forward to using it. ^_^ > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org