Hi,
Thanks for the pointers Allan and Kenney.
Will try and get back in case of any issues.
Regards,
Kiran
-Original Message-
From: Allan Ramirez [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 3:41 PM
To: Maven Users List
Subject: Re: How to specify external jars
Try this
adala Baskar, Kiran Kumar (Cognizant)
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 03, 2006 5:40 PM
To: Maven Users List
Subject: How to specify external jars
Hi,
I have a couple of external jars that I need for my Project compilation.
I have uploaded them to the local repository using:
006 5:40 PM
> To: Maven Users List
> Subject: How to specify external jars
>
>
> Hi,
>
> I have a couple of external jars that I need for my Project compilation.
>
> I have uploaded them to the local repository using:
>
> mvn install:install-file -Dfile=\JAR_NAME.ja
Can you post the pom you're using and the output from the maven build
(use mvn -X)
-Original Message-
From: Pagadala Baskar, Kiran Kumar (Cognizant)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 2:55 AM
To: Maven Users List
Subject: RE: How to specify external jars
specify external jars
Hi,
I have a couple of external jars that I need for my Project compilation.
I have uploaded them to the local repository using:
mvn install:install-file -Dfile=\JAR_NAME.jar
-DgroupId=groupId
-DartifactId=JAR_NAME -Dversion=1.0 -Dpackaging=jar
I tried adding the jar as a
can u list down what exactly u have do for "mvn install:install-file" ?
regards
~manchi
On Jan 3, 2006, at 8:10 PM, Pagadala Baskar, Kiran Kumar
((Cognizant)) wrote:
Hi,
I have a couple of external jars that I need for my Project
compilation.
I have uploaded them to the local reposito
dency is correctly declared?
Regards,
/B-E
-Ursprungligt meddelande-
Från: Pagadala Baskar, Kiran Kumar (Cognizant)
[mailto:[EMAIL PROTECTED]
Skickat: den 3 januari 2006 13:10
Till: Maven Users List
Ämne: How to specify external jars
Hi,
I have a couple of external jars that I need f
Hi,
I have a couple of external jars that I need for my Project compilation.
I have uploaded them to the local repository using:
mvn install:install-file -Dfile=\JAR_NAME.jar
-DgroupId=groupId
-DartifactId=JAR_NAME -Dversion=1.0 -Dpackaging=jar
I tried adding the jar as a dependency to my POM.