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
signature.asc
Description: Digital signature
