[EMAIL PROTECTED] wrote on 01/03/2004 09:40:33 PM:
>
> 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>
Don't use a type of zip.
Use
<jar>classes12.zip</jar>
instead.
The jar tag really should be renamed to <file>.
--
dIon Gillard, Multitask Consulting