Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 29597b8

Browse files
committed
Exclude packaging dependency bundles into plugin
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
1 parent 544e904 commit 29597b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<properties>
2323
<tycho-version>2.2.0</tycho-version>
2424
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
25-
<eclipse-target-site>https://download.eclipse.org/staging/2021-06/</eclipse-target-site>
25+
<eclipse-target-site>https://download.eclipse.org/releases/2021-06/</eclipse-target-site>
2626
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
2727
<!-- when making final release, switch from S to R latest update site - https://github.com/eclipse/reddeer/issues/2100 -->
2828
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site>

site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<artifactId>tycho-p2-repository-plugin</artifactId>
2929
<version>${tycho-version}</version>
3030
<configuration>
31-
<includeAllDependencies>true</includeAllDependencies>
31+
<includeAllDependencies>false</includeAllDependencies>
3232
</configuration>
3333
</plugin>
3434
</plugins>

0 commit comments

Comments
 (0)