Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8707E19F for ; Tue, 29 Jan 2013 18:12:37 +0000 (UTC) Received: (qmail 46999 invoked by uid 500); 29 Jan 2013 18:12:35 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46937 invoked by uid 500); 29 Jan 2013 18:12:35 -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 46923 invoked by uid 99); 29 Jan 2013 18:12:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 18:12:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.93.193.11] (HELO mail.datatrans.hu) (81.93.193.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 18:12:27 +0000 Received: from [192.168.179.22] (p57995331.dip.t-dialin.net [87.153.83.49]) by mail.datatrans.hu (Postfix) with ESMTPSA id 664D64B93C for ; Tue, 29 Jan 2013 19:12:03 +0100 (CET) Message-ID: <510810F2.4070204@datatrans.hu> Date: Tue, 29 Jan 2013 19:12:02 +0100 From: =?ISO-8859-1?Q?Graf_L=E1szl=F3?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Maven Users List Subject: Re: Jar file not in maven References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.5 at mail X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi, You should already have a .m2 folder in your home folder. You can install those JAR files, one by one, using the "mvn install:install-file" command. Here is an example: mvn install:install-file -DgroupId=YOUR_GROUPID -DartifactId=ARTIFACTID -Dversion=1.0.0 -Dpackaging=jar -Dfile=YOUR_JAR_FILE grafl On 01/29/2013 05:16 PM, Kristian Lind wrote: > Hi. I have a java project that uses maven. > I have some jar files that I want to use in the project, and they are not > in maven repo. > Can I make a maven dependency to these jar files ? I do not have a local > maven repo. > > Kris > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org