Re: [m2] depend on version-less jars?

2005-08-04 Thread Brill Pappin
This is unfortunately a common issue. Two cases I usually have: - library is not created versioned - I have to customize something and need to keep a local copy. What I usually to in order is: try and find the version I'm using, and add it to the JAR. Create a bogus version (can be any text). appe

Re: [m2] depend on version-less jars?

2005-08-04 Thread Brett Porter
Hi Joe, http://maven.apache.org/faq.html#unversioned-jars Basically, unless the JAR will never change, it doesn't make sense to have it unversioned in the repository. I've never seen a product that only ever had one release :) I'd be giving these version 4.0 by the sounds of it. - Brett On 8/4