Skip to content

Commit

Permalink
Exclude "source" features from "tycho-source-plugin" execution
Browse files Browse the repository at this point in the history
Those features are automatically generated by Tycho and contain the
source bundles of the binary feature they mirror.

It therefore doesn't make any sense to generate source features of the
source features, which currently leads to warnings of the form:

> [WARNING] The following referenced features have missing sources
> org.eclipse.draw2d.source_3.22.0.202411052148
> org.eclipse.gef.source_3.22.0.202411052148
> org.eclipse.zest.source_3.22.0.202411052148
  • Loading branch information
ptziegler authored and azoitl committed Nov 17, 2024
1 parent 1776681 commit cb25e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
<plugin id="org.eclipse.gef.doc.isv" />
<plugin id="org.eclipse.zest.doc.isv" />
<!-- also possible to exclude feature-->
<feature id="org.eclipse.draw2d.source" />
<feature id="org.eclipse.gef.source" />
<feature id="org.eclipse.zest.source" />
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit cb25e39

Please sign in to comment.