Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 12169 invoked from network); 10 Nov 2009 09:39:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 09:39:33 -0000 Received: (qmail 71202 invoked by uid 500); 10 Nov 2009 09:39:30 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 70939 invoked by uid 500); 10 Nov 2009 09:39:29 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 70929 invoked by uid 99); 10 Nov 2009 09:39:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 09:39:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.85.219.211] (HELO mail-ew0-f211.google.com) (209.85.219.211) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 09:39:18 +0000 Received: by ewy7 with SMTP id 7so4212625ewy.7 for ; Tue, 10 Nov 2009 01:38:56 -0800 (PST) Received: by 10.213.27.1 with SMTP id g1mr4531563ebc.78.1257845935990; Tue, 10 Nov 2009 01:38:55 -0800 (PST) Received: from GreenStreet (h59ec0d32.stgertrud.dyn.perspektivbredband.net [89.236.13.50]) by mx.google.com with ESMTPS id 24sm1296498eyx.29.2009.11.10.01.38.55 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Nov 2009 01:38:55 -0800 (PST) From: "Ludwig Magnusson" To: "'Apache Torque Users List'" Subject: [torrque-maven-plugin] Colliding parameters for different goals. Date: Tue, 10 Nov 2009 10:38:43 +0100 Message-ID: <00c301ca61e9$982f2060$c88d6120$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C4_01CA61F1.F9F38860" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acph6ZbayDfrs2PlSYemvPORzKazmA== Content-Language: sv X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_00C4_01CA61F1.F9F38860 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello! I have encountered a problem running the M2 plugin for torque. The goals I run are basically om, sql and sqlExec. There are a lot of parameters that can be specified for these goals so I do it in my projects pom.xml. However, all these three goals have some parameters that have the same name, e.g the outputDir parameter. For om, I want this to point to my source directory, for sql I want another directory where the sql-file will be generated. But Maven2 is limited here and it is not possible to map different values for the same parameter to different goals. I recently posted a question about this in the maven user mailing list. You can read it here: http://markmail.org/search/?q=ludwig%20list%3Aorg.apache.maven.users#query:l udwig%20list%3Aorg.apache.maven.users%20from%3A%22Ludwig%20Magnusson%22+page :1+mid:khb72dzwmg3g6c75+state:results Are there any solutions for this? /Ludwig ------=_NextPart_000_00C4_01CA61F1.F9F38860--