Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 96498 invoked from network); 6 Jun 2006 14:07:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 14:07:09 -0000 Received: (qmail 56060 invoked by uid 500); 6 Jun 2006 14:07:07 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 55989 invoked by uid 500); 6 Jun 2006 14:07:07 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 55967 invoked by uid 99); 6 Jun 2006 14:07:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 07:07:07 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of goyathlay.geronimo@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 07:07:06 -0700 Received: by ug-out-1314.google.com with SMTP id k3so1851722ugf for ; Tue, 06 Jun 2006 07:06:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iJrNSBxP+hbKu9mcVq9rhML+RY6Z/XUYb4EYa/W9YKm63w9Cg4a7CKhmzm5DEZqvjlO5G1uNGH7i1J9xxmmygensH1GbgcuL96wKPiPczEDDa5KEbF70rzNc9K2Ald02Xv+VvNc1UpKyuT4/JDyBI4xhLjMwwLiYeWT6xp3lSZQ= Received: by 10.78.20.13 with SMTP id 13mr1153551hut; Tue, 06 Jun 2006 07:06:44 -0700 (PDT) Received: by 10.78.25.19 with HTTP; Tue, 6 Jun 2006 07:06:44 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 10:06:44 -0400 From: "Prasad Kashyap" To: "Maven Developers List" , jgenender@apache.org Subject: Top level execution of jspc plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have a samples gallery with numerous applications under it already and more in the pipeline. There are all sorts of apps including webapps, ejbs, clients etc. I would like to use the jspc plugin on all war modules. The current usage of the plugin requires the configuration of the plugin in the parent and execution in every single individual war module's pom. For such large scale use in a diverse environment, it would be nice to specify the plugin execution just at the parent level. The plugin should simply skip those poms to which it is irrelevant. I have attached a patch to the following JIRA. http://jira.codehaus.org/browse/MJSPC-3 I'd sincerely appreciate your feedback. Thanx Prasad --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org