Re: [m2] dependency outside the repository

2005-07-04 Thread Emmanuel Venisse



Herve AGNOUX wrote:

Hi,

How I specify a jar dependency outside the repository with maven 2 ?

Whith Maven 1, for a jar outside the repository, I write in the project.xml :


jms


... and in the build.properties :

maven.jar.override=on
maven.jar.jms=/home/user/java/paquages/jms1.0.2/lib/jms.jar

I should want the same with maven 2.


In m2, this feature isn't supported. You need to put your jar in your 
local repository or create your own repository for share this jar 
between all your team.


Emmanuel



Thanks.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] dependency outside the repository

2005-07-04 Thread Herve AGNOUX
Hi,

How I specify a jar dependency outside the repository with maven 2 ?

Whith Maven 1, for a jar outside the repository, I write in the project.xml :


jms


... and in the build.properties :

maven.jar.override=on
maven.jar.jms=/home/user/java/paquages/jms1.0.2/lib/jms.jar

I should want the same with maven 2.

Thanks.


-- 
SARL diaam informatique - 04 77 25 43 28
Ingenierie, développements de systèmes d'information
http://www.diaam-informatique.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]