Skip to content

Commit c94eff6

Browse files
committed
filter out provided dependencies from p2 repo
1 parent b8c708e commit c94eff6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@
379379
<configuration>
380380
<!-- make the update site self-contained by including all transitive dependencies -->
381381
<includeAllDependencies>true</includeAllDependencies>
382+
<filterProvided>true</filterProvided>
383+
<addIUTargetRepositoryReferences>true</addIUTargetRepositoryReferences>
382384
</configuration>
383385
</plugin>
384386
<!-- Disable default deployer. -->

0 commit comments

Comments
 (0)