Hi Muntis
In fact I did this still it cant find the jar,
This is my sample pom.xml, looks like the path is wrong?
<dependency>
<groupId>jsf</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2</version>
<scope>system</scope>
<systemPath>C:/develop/OnePortal/CEApp/CELibraries/jsf/jsf-api-1.2.jar</systemPath>
</dependency>
And one more thing, if I use system path, will this jar file copied to
WEB-INF/lib when I make war?
I read some where that this jar file is available only at compile time but
not run time?
Thanks a lot for your quick response.
RAM....
Muntis Grube wrote:
>
> Hi,
>
> Use system scope:
>
> <dependency>
> <groupId>jboss</groupId>
> <artifactId>jboss-ejb3x</artifactId>
> <version>4.0.3</version>
> <scope>system</scope>
> <systemPath>${basedir}\lib\jboss-ejb3x.jar</systemPath>
> </dependency>
>
> 2007/1/23, secret <[EMAIL PROTECTED]>:
>>
>> Guyz, How can I reference the my local jars c:\test\my.jar, I don't want
>> to
>> copy this jar to local repository and specify in pom.xml, Is there anyway
>> I
>> can specify the local path(c:\test) instead of repository.
>>
>> thanks a lot for your help.
>>
>> Ram.
>> --
>> View this message in context:
>> http://www.nabble.com/Local-jars-tf3064006s177.html#a8521325
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Muntis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Local-jars-tf3064006s177.html#a8522259
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]