We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc95fa commit 2b317c2Copy full SHA for 2b317c2
pom.xml
@@ -289,6 +289,15 @@
289
</execution>
290
</executions>
291
</plugin>
292
+ <plugin>
293
+ <groupId>org.eclipse.tycho</groupId>
294
+ <artifactId>tycho-p2-repository-plugin</artifactId>
295
+ <version>${tycho-version}</version>
296
+ <configuration>
297
+ <!-- make the update site self-contained by including all transitive dependencies -->
298
+ <includeAllDependencies>true</includeAllDependencies>
299
+ </configuration>
300
+ </plugin>
301
<!-- Disable default deployer. -->
302
<plugin>
303
<groupId>org.apache.maven.plugins</groupId>
0 commit comments