Re: How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 9, 2005, at 09:41, Martin Heitz wrote: Here is a short example which copies dependencies to a certain path. You need to modify it for your purpose. It works, as soon as the dependency is located in the local repository.

RE: How to reference a dependency by filename?

2005-03-09 Thread Martin Heitz
) Black Forrest, Mattin -Original Message- From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:24 PM To: Maven Users List Subject: How to reference a dependency by filename? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two projects (A and B

How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two projects (A and B) that use Hibernate, so they contain *.hbm.xml files for their persisted classes. Up to now, they've been mutually exclusive, but I'm trying to add a dependency on a class in A to a class in B. (The class in B is to have