Skip to content

Commit 1bf111f

Browse files
committed
Stop generating feature source
With eclipse-platform/eclipse.platform.releng.aggregator#3140 they will no longer be published thus it makes no sense to generate them anymore.
1 parent b0bacb3 commit 1bf111f

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

pom.xml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -179,46 +179,6 @@
179179
</plugins>
180180
</build>
181181
</profile>
182-
<profile>
183-
<id>generate-feature-source</id>
184-
<activation>
185-
<file>
186-
<exists>feature.xml</exists>
187-
</file>
188-
</activation>
189-
<build>
190-
<plugins>
191-
<plugin>
192-
<groupId>org.eclipse.tycho</groupId>
193-
<artifactId>tycho-source-plugin</artifactId>
194-
<version>${tycho.version}</version>
195-
<executions>
196-
<execution>
197-
<phase>package</phase>
198-
<id>feature-source</id>
199-
<goals>
200-
<goal>feature-source</goal>
201-
</goals>
202-
</execution>
203-
</executions>
204-
</plugin>
205-
<plugin>
206-
<groupId>org.eclipse.tycho</groupId>
207-
<artifactId>tycho-p2-plugin</artifactId>
208-
<version>${tycho.version}</version>
209-
<executions>
210-
<execution>
211-
<id>attach-p2-metadata</id>
212-
<phase>package</phase>
213-
<goals>
214-
<goal>p2-metadata</goal>
215-
</goals>
216-
</execution>
217-
</executions>
218-
</plugin>
219-
</plugins>
220-
</build>
221-
</profile>
222182
</profiles>
223183

224184

0 commit comments

Comments
 (0)