Hi If i want use some jars which has no version number and it doesn't change like "weblogic.jar"
i used as follows in Maven 1
<dependency>
<groupId>weblogic</groupId>
<artifactId>weblogic</artifactId>
<jar>weblogic.jar</jar>
<type>jar</type>
<url>weblogic/workshop/extensions/</url>
</dependency>
How do i it in Maven2
Thanks,
Raghurajan Gurunathan
