One of the many things I like about Maven is that the binaries are in repositiories and not in CVS. For normal Jars this works perfect but DLLs and .so files are often also packed in jars and then put into the repositories. These jars have to be unpacked before they can be used when running the Project within Eclipse. My old way to use these DLLs was to put them into the project root (single module) and then put everything in CVS. When s.o. was checking this out with Eclipse from CVS everything worked and the project could be run directly. I can do the same now with M2E projects but it feels wrong to put the DLLs in the CVS and to not use the repo for that. My question is how people are handling this "problem". The idea is that when someone joins the team he can checkout the project and start it right away (without the DLLs being in CVS).

****************************************************************
Jan Schoppenhorst
GDV
Gesellschaft für geografische Datenverarbeitung mbH
Binger Straße 49-51
55218 Ingelheim
Tel.:   06132/7148-19
Fax.:   06132/7148-28
www.gdv.com
www.gdv-mapbuilder.de

Sitz der Gesellschaft: Ingelheim
Amtsgericht Mainz HRB 23123
Gerichtsstand Mainz
Geschäftsführer: Thomas Riehl, Dirk Hübener ****************************************************************


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

Reply via email to