Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2022-12-12 15:59:47 +0000
committerEd Willink2022-12-12 15:59:47 +0000
commit04e1a174d38f64dbf0e4b7038eecdfa7d4fe44b0 (patch)
tree75943a691c0cf74f1862c1a99713c0599c10c775
parent6a3969d7e6b98fdd3e767ae02c87f4f7badc4397 (diff)
downloadorg.eclipse.qvtd-04e1a174d38f64dbf0e4b7038eecdfa7d4fe44b0.tar.gz
org.eclipse.qvtd-04e1a174d38f64dbf0e4b7038eecdfa7d4fe44b0.tar.xz
org.eclipse.qvtd-04e1a174d38f64dbf0e4b7038eecdfa7d4fe44b0.zip
[releng] Use Tycho 2.7.5 and tycho-source-plugin for features too
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/pom.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/releng/org.eclipse.qvtd.releng.tycho/pom.xml b/releng/org.eclipse.qvtd.releng.tycho/pom.xml
index 82ea105b2..c3315dd86 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/pom.xml
+++ b/releng/org.eclipse.qvtd.releng.tycho/pom.xml
@@ -68,7 +68,7 @@
<maven-resources-version>3.2.0</maven-resources-version>
<maven-site-version>3.9.1</maven-site-version>
<maven-surefire-version>3.0.0-M5</maven-surefire-version>
- <tycho-version>2.2.0</tycho-version>
+ <tycho-version>2.7.5</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<BUILD_ALIAS></BUILD_ALIAS>
@@ -203,23 +203,10 @@
<goal>plugin-source</goal>
</goals>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras-version}</version>
- <configuration>
- <archive>
- <addMavenDescriptor>false</addMavenDescriptor>
- </archive>
- </configuration>
- <executions>
<execution>
- <id>source-feature</id>
- <phase>package</phase>
+ <id>feature-source</id>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
</execution>
</executions>

Back to the top