On Fri, Aug 05, 2005 at 05:26:23PM -0400, Rizwan Merchant wrote: > > 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..
Make the building of the external JAR files another Maven 2 build and they will be installed in the repository for you. If these JAR files are generated using Ant you can use the Ant Tasks[1] to deploy the JAR files to your repository. [1]: http://maven.apache.org/maven2/ant-tasks.html -- Trygve
signature.asc
Description: Digital signature
