Hi all, We have some applications developed using AndroMDA Project, that uses Maven 1.0.2. Some modules of our applications need more than one version of the same artifact. The problem is that maven identifies artifacts with groupId and artifactId, so, if a pom file includes the same artifact more than one time, with different versions, maven only gets one. Is there any way to force maven getting all of them? We thought a solution: define these dependencies with different names and use <jar> tag to point to the library. But, we don't like this solution, is not very clean. Any ideas?
Thanks
