Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit e5317e6

Browse files
committed
Remove unneeded parts of pom.xml files
1 parent 9dda8ab commit e5317e6

4 files changed

Lines changed: 0 additions & 63 deletions

File tree

bundles/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,4 @@
1818
<module>org.eclipse.releng.tools</module>
1919
<module>org.eclipse.releng.tools.tests</module>
2020
</modules>
21-
<build>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.eclipse.tycho</groupId>
25-
<artifactId>tycho-maven-plugin</artifactId>
26-
<version>${tycho.version}</version>
27-
<extensions>true</extensions>
28-
</plugin>
29-
</plugins>
30-
</build>
3121
</project>

features/org.eclipse.releng.tools/pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,4 @@
2020
<artifactId>org.eclipse.releng.tools</artifactId>
2121
<version>3.11.100-SNAPSHOT</version>
2222
<packaging>eclipse-feature</packaging>
23-
<build>
24-
<plugins>
25-
<!--
26-
<plugin>
27-
<groupId>org.eclipse.tycho</groupId>
28-
<artifactId>tycho-source-plugin</artifactId>
29-
<version>${tycho.version}</version>
30-
<executions>
31-
<execution>
32-
<phase>package</phase>
33-
<id>feature-source</id>
34-
<goals>
35-
<goal>feature-source</goal>
36-
</goals>
37-
</execution>
38-
</executions>
39-
</plugin>
40-
-->
41-
<plugin>
42-
<groupId>org.eclipse.tycho</groupId>
43-
<artifactId>tycho-p2-plugin</artifactId>
44-
<version>${tycho.version}</version>
45-
<executions>
46-
<execution>
47-
<id>attach-p2-metadata</id>
48-
<phase>package</phase>
49-
<goals>
50-
<goal>p2-metadata</goal>
51-
</goals>
52-
</execution>
53-
</executions>
54-
</plugin>
55-
</plugins>
56-
</build>
5723
</project>

features/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,4 @@
1313
<module>org.eclipse.releng.build.tools.feature</module>
1414
<module>org.eclipse.releng.tools</module>
1515
</modules>
16-
<build>
17-
<plugins>
18-
<plugin>
19-
<groupId>org.eclipse.tycho</groupId>
20-
<artifactId>tycho-maven-plugin</artifactId>
21-
<version>${tycho.version}</version>
22-
<extensions>true</extensions>
23-
</plugin>
24-
</plugins>
25-
</build>
2616
</project>

repository/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,4 @@
2323
<groupId>eclipse.platform.repository</groupId>
2424
<artifactId>repository</artifactId>
2525
<packaging>eclipse-repository</packaging>
26-
<build>
27-
<plugins>
28-
<plugin>
29-
<groupId>org.eclipse.tycho</groupId>
30-
<artifactId>target-platform-configuration</artifactId>
31-
<version>${tycho.version}</version>
32-
</plugin>
33-
</plugins>
34-
</build>
3526
</project>

0 commit comments

Comments
 (0)