On Tue, 18 Oct 2005 [EMAIL PROTECTED] wrote: You can't in maven2.
Just m2 install:install-file' it, and give it a version. If you really don't know the version, use 'unknown' or something. In the case of weblogic, you can use the version of weblogic you're using (probably 8.1 or 9.0 if that's out yet). -- Kenney > 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 > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
