The dependencies were being declared in an EAR which only recognizes a
limited set of standard mappings by default.  The zip type had to be
configured as a custom artifactTypeMapping:

 <artifactTypeMappings>
        <artifactTypeMapping type="zip" mapping="jar" />
 </artifactTypeMappings>

http://maven.apache.org/plugins/maven-ear-plugin/introduction.html


Wendy Smoak-3 wrote:
> 
> You'll need to install or deploy them to your repository, then you can use
> 
> <dependency>
>    ...
>   <type>zip</type>
> 
> http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_dependency
> 

-- 
View this message in context: 
http://www.nabble.com/ZIP-Dependencies-tf2546986s177.html#a7103479
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to