Exclude specific jar from p2 repo in my eclipse plugin build

27 Views Asked by At

I have this p2 repo added in pom.xml

<repository>
        <id>editor</id>
        <url>${editors.url}</url>
        <layout>p2</layout>
</repository>

and it has com..editors.text_**.jar

I am want to exclude this jar or feature while building my pom.xml

0

There are 0 best solutions below