We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62670df commit 7213ba2Copy full SHA for 7213ba2
pom.xml
@@ -277,23 +277,6 @@
277
</execution>
278
</executions>
279
</plugin>
280
- <plugin>
281
- <groupId>org.eclipse.tycho</groupId>
282
- <artifactId>tycho-p2-plugin</artifactId>
283
- <version>${tycho-version}</version>
284
- <executions>
285
- <execution>
286
- <id>p2-metadata</id>
287
- <phase>package</phase>
288
- <goals>
289
- <goal>p2-metadata</goal>
290
- </goals>
291
- </execution>
292
- </executions>
293
- <configuration>
294
- <defaultP2Metadata>false</defaultP2Metadata>
295
- </configuration>
296
- </plugin>
297
</plugins>
298
</build>
299
</profile>
0 commit comments