Re: Need assistance: Suppressing Version information during dependency resolution.

2005-11-27 Thread Eric Redmond
Yes, Maven has a definite opinion on this case, and that opinion is to Maven-ize all projects. I won't argue either side here, but there is not a way (nor does there appear to be in the near future) to grab just any random file without a version number. So, here is my favorite method to deal with h

Need assistance: Suppressing Version information during dependency resolution.

2005-11-27 Thread Venkat Muthusamy
Hi, In Maven-2, The default dependency resolution /groupId/atifactId/$version/xyz-$version.jar The maven provides facility in pom to suppress groupId or artifactId, by using exclusions. But it does not allow suppressing version. I understand the version is important. We can control the vers