Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 63299 invoked from network); 22 Apr 2010 06:43:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 06:43:56 -0000 Received: (qmail 57251 invoked by uid 500); 22 Apr 2010 06:43:53 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 56872 invoked by uid 500); 22 Apr 2010 06:43:50 -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 56857 invoked by uid 99); 22 Apr 2010 06:43:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 06:43:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waynefay@gmail.com designates 209.85.221.171 as permitted sender) Received: from [209.85.221.171] (HELO mail-qy0-f171.google.com) (209.85.221.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 06:43:41 +0000 Received: by qyk1 with SMTP id 1so9523758qyk.15 for ; Wed, 21 Apr 2010 23:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=obVpX44WGU3otV8g22mrI2Yai75KjmIS4UibJ70+RvQ=; b=RhNl6hItONmC+eWqqCyy5FCcjWk0ehyW8PShdnWh68/Q6lMqGH6SqNTm79X2iHz3eb zTYsNKScdbWISlVGd58nTepL68gwj/5clpk3O4+0CNHCH+rjmlQc8zMrLfS/ZhyJh4hm a922/KCWepYL7owHSqoCuSR+2YMMurbeRE/JU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=arpHUw9QtBTaBQ85o3DDh7w5iQX6Y4PuXf7FA0CZ0wQi78JR8q/mSBzR0s4kGNFEvr /wbK29CDQHKRivkSolTkFzWGIhPx1ZlCm+fEIf4srOv9aYYNWxDz/DkgPyHtI+E0ZoKX tScZ0AEBEONdIlDgJIRCBBgCxP4BszYV2sTRM= MIME-Version: 1.0 Received: by 10.229.251.148 with HTTP; Wed, 21 Apr 2010 23:43:18 -0700 (PDT) In-Reply-To: <5872115071126205718@unknownmsgid> References: <-2307891589826996009@unknownmsgid> <5957125838519668514@unknownmsgid> <5872115071126205718@unknownmsgid> Date: Thu, 22 Apr 2010 01:43:18 -0500 Received: by 10.229.221.14 with SMTP id ia14mr3829424qcb.8.1271918598742; Wed, 21 Apr 2010 23:43:18 -0700 (PDT) Message-ID: Subject: Re: Is there a way to change the webapp directory name? From: Wayne Fay To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > directories. The JDeveloper plugin reads the java source directory from the > sourceDirectory element in the pom.xml file but there is no element for the > webapp directory. As I said previously... it sounds like you will need to add this feature to the maven-jdev-plugin. Get the source code, add the feature, and submit a patch to Myfaces/Trinidad so they might include your addition in a future release. Here's the source: http://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk/maven-jdev-plugin If you look at JDeveloperMojo.java file, you'll see they are definitely NOT reading the webapp config: // TODO: read configuration for war:war goal File webappDir = new File(project.getBasedir(), "src/main/webapp"); // TODO: read configuration for compiler:complie goal File outputDir = new File(project.getBuild().getDirectory(), "classes"); This is not something this email list can help you with. Please go talk to the Myfaces/Trinidad people. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org