> - jasperreports-1.4.16.jar > - jasperreports-3.7.2.jar > The first one is from WicketStuff, but still, it is confusing to see this.
This one of my biggest peeves with Maven: It has this concept of a "groupId" to namespace artifacts in the repository, but this is of no consequence when the jar files appear in the classpath, since the groupId namespace is not part of the actual file name. A workaround could be to prefix the jar file name with the groupId namespace somehow. - Tor Iver