Hi all, Is there any mechanism in m2 so I can reference dependencies that do not match the pattern <artifact>-<version>.jar I have quite a few jars that follow the conventions <name>_<version>.jar.
Within Maven 1 I could define it in the <jar> tag. I could not do so in
Maven2.
<dependency>
<groupId>mygroup</groupId>
<artifactId>Update_1_classes</artifactId>
<jar>Update_1_classes.jar</jar>
<type>jar</type>
</dependency>
thanx
josef
