Thanks for the response..
the problem I have is that these "internal" jar files are re-created
everytime the build process is run. I have placed the external dependencies
in the repository, but these jar files are regenerated within the build
process..my issue is how do I build these jars and where (and how) do i
place them for the rest of the build process to see..

-Riz.

-----Original Message-----
From: Trygve Laugstol [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 5:16 PM
To: Maven Users List
Subject: Re: internal dependency on jar files..


On Fri, Aug 05, 2005 at 04:57:09PM -0400, Rizwan Merchant wrote:
>
> Hi,
> I am trying to move from ant to maven2 for our build process. The current
> build process creates some jar files from classes in our project. These
jar
> files are  needed to further compile other code in the project (i.e. there
> is dependency within the code base). How can I achieve this in maven2? In
> ant what we do is jar the files and place them in a jar directory under
the
> project directory, I am not sure how to do this in maven2 because of its
> repository approach.
> Please help..

Put the JAR file in the repository and make it a normal <dependency>. If
the JAR file is in unversioned either figure out the version or just give
it a marker version, the date of the release or when you found it are good
values to use.

--
Trygve



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

Reply via email to