Yep zips are treathed differently from the jars.
And Oracle naming convention for jdbc driver is second to none in its
stupidity ( 'classes12.zip' wtf !!)
I usually keep oracle jdbc driver in
${repo.root}/oracle/jars/oracle-jdbc-driver-12.jar
so I declare the appropriate dependency like:
<dependency>
<groupId>oracle</groupId>
<artifactId>oracle-jdbc-driver</artifactId>
<type>jar</type>
<version>12</version>
</dependency>
Michal
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 01, 2004 11:41 AM
> To: [EMAIL PROTECTED]
> Subject: zip and classpath
>
>
>
> I am using maven candidate release rc1, I have a strange
> behaviour, when
> building my application. In the project .xml I have specified
> a zip file
> namely the Oracle classes in the dependancy part,
>
> something like that
>
> <dependency>
> <groupId>oracle</groupId>
> <artifactId>classes12</artifactId>
> <type>zip</type>
> <version>1.0.0</version>
> </dependency>
>
> now when I am doing the build I cannot see that entry in the generated
> classpath, and therefore the build fails. Is there something
> I am doing
> wrong, and are the zip files treathed differently from the jars ?
>
> Any help will be welcome.
>
> Best Regards
>
> Michele
>
>
> This e-mail, including attachments, is intended for the person(s) or
> company named and may contain confidential and/or legally privileged
> information. Unauthorized disclosure, copying or use of this
> information
> may be unlawful and is prohibited. If you are not the
> intended recipient,
> please delete this message and notify the sender
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]