Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 83885 invoked from network); 20 Jul 2009 18:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jul 2009 18:54:56 -0000 Received: (qmail 52151 invoked by uid 500); 20 Jul 2009 18:55:59 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 52040 invoked by uid 500); 20 Jul 2009 18:55:59 -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 52030 invoked by uid 99); 20 Jul 2009 18:55:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 18:55:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 18:55:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MSy1J-00042L-Du for users@maven.apache.org; Mon, 20 Jul 2009 11:55:29 -0700 Message-ID: <24575519.post@talk.nabble.com> Date: Mon, 20 Jul 2009 11:55:29 -0700 (PDT) From: andrewkyng To: users@maven.apache.org Subject: Installing Multiple JARs to Maven repository MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_90752_16457767.1248116129419" X-Nabble-From: andrewkyng@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_90752_16457767.1248116129419 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi... I have a question about installing multiple jars into a maven repository. For example, if I want to install Spring 2.5.6 and all its related jars, like spring-webmvc.jar, spring-jdbc.jar etc. What is the best way to organize the repository? The -DgroupId specifies the directory and the -DartifactId specifies the filename, so I am unsure if there is a way to install all spring 2.5.6 jar and related module jars in the same group. Thanks -- View this message in context: http://www.nabble.com/Installing-Multiple-JARs-to-Maven-repository-tp24575519p24575519.html Sent from the Maven - Users mailing list archive at Nabble.com. ------=_Part_90752_16457767.1248116129419--