From 95fb6ee72e42557571d82d64dffab584cc1b12e4 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sun, 16 Oct 2022 16:51:52 +0100 Subject: [PATCH] [releng] Fix up usages of tycho-source-plugin Migrate usage of deprecated tycho-source-feature-plugin plugin to the tycho-source-plugin:feature-source goal. Eliminate duplicate invokations of the tycho-source-plugin:plugin-source goal. --- pom.xml | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 6ea79e75b6b..84880b77846 100644 --- a/pom.xml +++ b/pom.xml @@ -456,12 +456,11 @@ - org.eclipse.tycho.extras - tycho-source-feature-plugin - ${tycho-version} + org.eclipse.tycho + tycho-source-plugin - source-feature + attach-feature-source none @@ -736,23 +735,14 @@ plugin-source - - - - org.eclipse.tycho.extras - tycho-source-feature-plugin - ${tycho-version} - - false - - - source-feature + attach-feature-source package - source-feature + feature-source + false @@ -846,14 +836,6 @@ org.eclipse.tycho tycho-source-plugin ${tycho-version} - - - plugin-source - - plugin-source - - - org.eclipse.tycho