Hi Devs,

In my pom.xml I have a dependency to a zip file

<dependency>
            <groupId>foo</groupId>
            <artifactId>bar</artifactId>
            <version>SNAPSHOT</version>
            <type>zip</type>
        </dependency>

This zip file contains resource inside META-INF/rr directory,

Following line is present in maven-bundle-pluing

<Include-Resource>
                            @bar-SNAPSHOT.zip!/META-INF/rr/*
                        </Include-Resource>

But the build fails saying

Can not find JAR file bar-SNAPSHOT.zip
[ERROR] Error(s) found in bundle configuration

Is there a way provide a zip file to this location.


Thank you!

Saminda

-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Reply via email to