Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2022-01-10 03:12:16 +0000
committerEike Stepper2022-01-10 03:12:16 +0000
commit452eb7995759d819508ce803ee5c5a65d7ce0eaf (patch)
tree8ef033a760caecb824add2235f74c539239f9f8b
parent6ee54054bb10c0277e0b4fb9b498791036a21ff8 (diff)
downloadcdo-452eb7995759d819508ce803ee5c5a65d7ce0eaf.tar.gz
cdo-452eb7995759d819508ce803ee5c5a65d7ce0eaf.tar.xz
cdo-452eb7995759d819508ce803ee5c5a65d7ce0eaf.zip
[Releng] Use tycho-source-plugin:feature-source instead of tycho-source-feature-plugin:source-feature
-rw-r--r--releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml8
-rw-r--r--releng/org.eclipse.emf.cdo.releng.parent/pom.xml5
2 files changed, 4 insertions, 9 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml b/releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml
index a11bbc8696..e907b435ce 100644
--- a/releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml
+++ b/releng/org.eclipse.emf.cdo.releng.parent/features/pom.xml
@@ -71,13 +71,13 @@ Eike Stepper - initial API and implementation
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
<executions>
<execution>
- <id>generate-source-feature</id>
+ <id>feature-source</id>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
<configuration>
<labelSuffix xml:space="preserve"> Source</labelSuffix>
diff --git a/releng/org.eclipse.emf.cdo.releng.parent/pom.xml b/releng/org.eclipse.emf.cdo.releng.parent/pom.xml
index dc5c3f4146..fdfc086921 100644
--- a/releng/org.eclipse.emf.cdo.releng.parent/pom.xml
+++ b/releng/org.eclipse.emf.cdo.releng.parent/pom.xml
@@ -188,11 +188,6 @@ Eike Stepper - initial API and implementation
<version>${tycho-version}</version>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-version}</version>
- </plugin>
- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>

Back to the top