Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 66880 invoked from network); 3 Jan 2005 22:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 22:14:33 -0000 Received: (qmail 99230 invoked by uid 500); 3 Jan 2005 22:14:25 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 99197 invoked by uid 500); 3 Jan 2005 22:14:25 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 99183 invoked by uid 99); 3 Jan 2005 22:14:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtp02.mrf.mail.rcn.net (HELO smtp02.mrf.mail.rcn.net) (207.172.4.61) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 03 Jan 2005 14:14:21 -0800 X-Info: This message was accepted for relay by smtp02.mrf.mail.rcn.net as the sender used SMTP authentication X-Trace: r8AC46Et456h+rbMck49ve5U0QDJm+mDW7gWG9Rd6vKfsRdybgUUgA== Received: from nyc1-pix.sknt.com ([12.33.122.68] helo=[192.168.12.113]) by smtp02.mrf.mail.rcn.net with asmtp (Exim 3.35 #7) id 1ClaSw-0005PD-00 for users@maven.apache.org; Mon, 03 Jan 2005 17:14:18 -0500 Message-ID: <41D9C3BA.6080405@post.harvard.edu> Date: Mon, 03 Jan 2005 17:14:18 -0500 From: Randy Xu User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Users List Subject: Multiproject without the jars Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a multiproject project with the following subprojects: * maven.root - the multiproject root * app-lib * app-jms (depends on lib) * app-gui (depends on lib, jms) I'd like to be able to run java:compile on all of them and just generate the .class files. Then I realized this is easier said than done. They're currently set up to reference the jar files generated in an earlier module. That is, the app-jms compilation process depends on app-lib-{version}.jar Jarring takes time, and it's not neccessary to run the application so I'd like to avoid it except for the distribution build. Any easy way to not build jar files in a multiproject setup? -Randy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org