Skip to content

Commit 3723380

Browse files
committed
Fix build warnings about missing sources for launcher fragments
1 parent 60ba104 commit 3723380

File tree

1 file changed

+26
-0
lines changed
  • features/org.eclipse.equinox.executable.feature

1 file changed

+26
-0
lines changed

features/org.eclipse.equinox.executable.feature/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,32 @@
4444
</execution>
4545
</executions>
4646
</plugin>
47+
<plugin>
48+
<groupId>org.eclipse.tycho</groupId>
49+
<artifactId>tycho-source-plugin</artifactId>
50+
<executions>
51+
<execution>
52+
<phase>package</phase>
53+
<id>feature-source</id>
54+
<goals>
55+
<goal>feature-source</goal>
56+
</goals>
57+
<configuration>
58+
<excludes>
59+
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
60+
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
61+
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
62+
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
63+
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
64+
<plugin id="org.eclipse.equinox.launcher.gtk.linux.riscv64" />
65+
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
66+
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
67+
</excludes>
68+
</configuration>
69+
</execution>
70+
</executions>
71+
</plugin>
72+
4773
<plugin>
4874
<groupId>org.codehaus.mojo</groupId>
4975
<artifactId>xml-maven-plugin</artifactId>

0 commit comments

Comments
 (0)