Skip to content

Commit 2b317c2

Browse files
BananeweizenCalixte
authored andcommitted
Fix #475: include transitive dependencies
1 parent afc95fa commit 2b317c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,15 @@
289289
</execution>
290290
</executions>
291291
</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>
292301
<!-- Disable default deployer. -->
293302
<plugin>
294303
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)